aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--plugin/shebang_create_exec.vim4
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 0ea3a94..0d91a54 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.0
+0.3.0
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