From cbb65c137e969cae4d442411c6796a6027316a2e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 8 Jul 2018 17:24:41 +1200 Subject: Move shebang updating into filetype.vim Much more logical location. --- vim/autoload/shebang.vim | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 vim/autoload/shebang.vim (limited to 'vim/autoload') 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 -- cgit v1.2.3