aboutsummaryrefslogtreecommitdiff
path: root/plugin/shebang_change_filetype.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/shebang_change_filetype.vim')
-rw-r--r--plugin/shebang_change_filetype.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/shebang_change_filetype.vim b/plugin/shebang_change_filetype.vim
index 03f5830..b900042 100644
--- a/plugin/shebang_change_filetype.vim
+++ b/plugin/shebang_change_filetype.vim
@@ -17,6 +17,6 @@ augroup shebang_change_filetype
\ call shebang_change_filetype#()
if exists('##TextChanged')
autocmd TextChanged *
- \ doautocmd InsertLeave
+ \ doautocmd shebang_change_filetype InsertLeave
endif
augroup END