view runtime/ftoff.vim @ 16423:4182fa3b9f70 v8.1.1216

patch 8.1.1216: mouse middle click is not tested commit https://github.com/vim/vim/commit/c1b8160b44b43cca3acd7a47c1b85350cb648fe5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 27 19:11:35 2019 +0200 patch 8.1.1216: mouse middle click is not tested Problem: Mouse middle click is not tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/4310)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Apr 2019 19:15:05 +0200
parents 3fc0f57ecb91
children 4027cefc2aab
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 *