summaryrefslogtreecommitdiff
path: root/v-editor.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-01-03 19:30:48 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-01-03 19:30:48 -0500
commit6c0fc9ba5a02ec2ba507f43b79f0b12145f8b925 (patch)
treef275820c9ad97e68b1bab1f7bde57050e2ff6ec0 /v-editor.sh
parent1f9b6ed16159018d1cea762981463e8ee340c062 (diff)
remove extra newlines at end of file
Diffstat (limited to 'v-editor.sh')
-rw-r--r--v-editor.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/v-editor.sh b/v-editor.sh
index ef6f0a1..b1a32cc 100644
--- a/v-editor.sh
+++ b/v-editor.sh
@@ -3,5 +3,3 @@
(if [ -n "$DISPLAY" ]; then eval ${VISUAL:-$SELECTED_EDITOR} "$@"
else eval ${EDITOR:-$SELECTED_EDITOR} "$@"
fi) || eval ${ALTERNATE_EDITOR:-false} "$@"
-
-