view runtime/ftplugof.vim @ 2075:903fcd726d90 v7.2.359

updated for version 7.2.359 Problem: Crash when using the Netbeans join command. Solution: Make sure the ml_flush_line() function is not used recursively. (Xavier de Gaye)
author Bram Moolenaar <bram@zimbu.org>
date Thu, 11 Feb 2010 18:54:43 +0100
parents 3fc0f57ecb91
children 49b08c9b9f5b
line wrap: on
line source

" Vim support file to switch off loading plugins for file types
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2002 Apr 04

if exists("did_load_ftplugin")
  unlet did_load_ftplugin
endif

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