diff options
Diffstat (limited to '')
-rw-r--r-- | runtime/indoff.vim | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/indoff.vim b/runtime/indoff.vim new file mode 100644 index 0000000..0d93035 --- /dev/null +++ b/runtime/indoff.vim @@ -0,0 +1,11 @@ +" Vim support file to switch off loading indent files for file types +" +" Maintainer: Bram Moolenaar <Bram@vim.org> +" Last Change: 2001 Jun 11 + +if exists("did_indent_on") + unlet did_indent_on +endif + +" Remove all autocommands in the filetypeindent group +silent! au! filetypeindent * |