Add /src/vim/release.sh, a script to compile and install vim
[msysgit.git] / share / vim / vim58 / ftoff.vim
blob94f4638dc9148fc838e32c8e29e29651efe96bc9
1 " Vim support file to switch off detection of file types
3 " Maintainer:   Bram Moolenaar <Bram@vim.org>
4 " Last change:  1999 Feb 02
6 if exists("did_load_filetypes")
7   unlet did_load_filetypes
8 endif
10 " Remove all autocommands in the filetype group
11 au! filetype *
13 " vim: ts=8 tw=0 sts=0