view runtime/ftplugof.vim @ 2107:4a4287c09953 v7.2.390

updated for version 7.2.390 Problem: In some situations the popup menu can be displayed wrong. Solution: Remove the popup menu if the cursor moved. (Lech Lorens)
author Bram Moolenaar <bram@zimbu.org>
date Wed, 10 Mar 2010 14:15:54 +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 *