view runtime/ftoff.vim @ 38:e06a1cd7230d

Added tag ack-mode-protocol for changeset 2820e371ab4b
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 26 Nov 2008 18:20:31 +0900
parents 76efa0be13f1
children
line wrap: on
line source

" Vim support file to switch off detection of file types
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last change:	2001 Jun 11

if exists("did_load_filetypes")
  unlet did_load_filetypes
endif

" Remove all autocommands in the filetypedetect group
silent! au! filetypedetect *