summaryrefslogtreecommitdiff
path: root/runtime/indoff.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/indoff.vim')
-rw-r--r--runtime/indoff.vim11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/indoff.vim b/runtime/indoff.vim
new file mode 100644
index 000000000..0d930352b
--- /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 *