aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/shebang.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/autoload/shebang.vim')
-rw-r--r--vim/autoload/shebang.vim7
1 files changed, 0 insertions, 7 deletions
diff --git a/vim/autoload/shebang.vim b/vim/autoload/shebang.vim
deleted file mode 100644
index f39fcf48..00000000
--- a/vim/autoload/shebang.vim
+++ /dev/null
@@ -1,7 +0,0 @@
-" If the first line was changed in the last insert operation, re-run script
-" detection
-function! shebang#Update() abort
- if line("'[") == 1
- runtime scripts.vim
- endif
-endfunction