home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
vim.ftp.fu-berlin.de
/
2015-02-03.vim.ftp.fu-berlin.de.tar
/
vim.ftp.fu-berlin.de
/
mac
/
vim55rt.sit
/
runtime
/
ftoff.vim
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-25
|
284 b
|
14 lines
|
[
TEXT/VIM!
]
" Vim support file to switch off detection of file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last change: 1999 Feb 02
if exists("did_load_filetypes")
unlet did_load_filetypes
endif
" Remove all autocommands in the filetype group
au! filetype *
" vim: ts=8 tw=0 sts=0