blob: 57d5e5400e4323fc1f7195124df1f39db545a713 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim support file to switch off loading indent files for file types
2"
Christian Brabandte978b452023-08-13 10:33:05 +02003" Maintainer: The Vim Project <https://github.com/vim/vim>
4" Last Change: 2023 Aug 10
5" Former Maintainer: Bram Moolenaar <Bram@vim.org>
Bram Moolenaar071d4272004-06-13 20:20:40 +00006
7if exists("did_indent_on")
8 unlet did_indent_on
9endif
10
11" Remove all autocommands in the filetypeindent group
12silent! au! filetypeindent *