aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-08 16:49:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-08 16:49:48 +1200
commitf547c632144a0f9149d52b9197a8c27c136d7a45 (patch)
tree6c560032396ae57e846e9ee1fb9526ad923f58d0 /vim/plugin
parentMerge branch 'release/v1.24.0' into develop (diff)
downloaddotfiles-f547c632144a0f9149d52b9197a8c27c136d7a45.tar.gz
dotfiles-f547c632144a0f9149d52b9197a8c27c136d7a45.zip
Correct a comment on shebang_update.vim
Diffstat (limited to 'vim/plugin')
-rw-r--r--vim/plugin/shebang_update.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/shebang_update.vim b/vim/plugin/shebang_update.vim
index 1dbcaf67..60031e26 100644
--- a/vim/plugin/shebang_update.vim
+++ b/vim/plugin/shebang_update.vim
@@ -1,5 +1,5 @@
"
-" shabeng_update.vim: If the first line of a file was changed, re-run
+" shebang_update.vim: If the first line of a file was changed, re-run "
" scripts.vim to do shebang detection to update the filetype.
"
" Author: Tom Ryder <tom@sanctum.geek.nz>