diff options
-rwxr-xr-x | vp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,6 +12,6 @@ f=`mktemp` [ "$(wc -c "$f" | awk '{print $1}')" -eq 0 ] && rm "$f" if [ ! -z "$VPIN" ]; then - cat "$VPIN" + vpeval <"$f" | sed 's/^# //' rm "$VPIN" fi |
index : vp | |
run commands interactively with vi(1) | Git |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | vp | 2 |
@@ -12,6 +12,6 @@ f=`mktemp` [ "$(wc -c "$f" | awk '{print $1}')" -eq 0 ] && rm "$f" if [ ! -z "$VPIN" ]; then - cat "$VPIN" + vpeval <"$f" | sed 's/^# //' rm "$VPIN" fi |