Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vim71/indoff.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim71/indoff.vim')
-rw-r--r--vim71/indoff.vim11
1 files changed, 11 insertions, 0 deletions
diff --git a/vim71/indoff.vim b/vim71/indoff.vim
new file mode 100644
index 0000000..0d93035
--- /dev/null
+++ b/vim71/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 *