aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/shebang_create_exec.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/shebang_create_exec.vim b/plugin/shebang_create_exec.vim
index 91d2f84..1af3fe9 100644
--- a/plugin/shebang_create_exec.vim
+++ b/plugin/shebang_create_exec.vim
@@ -1,6 +1,6 @@
"
-" shebang_create_exec.vim: Make a file executable on first save if it starts with a
-" shebang.
+" shebang_create_exec.vim: Make a file executable on first save if it starts
+" with a shebang.
"
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself