view runtime/ftoff.vim @ 13414:0e81cd859dec v8.0.1581

patch 8.0.1581: cannot build Win32 GUI without +eval commit https://github.com/vim/vim/commit/3b3a9a5609df2cbaef3512032ac47c1779fbc775 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 6 16:11:47 2018 +0100 patch 8.0.1581: cannot build Win32 GUI without +eval Problem: Cannot build Win32 GUI without +eval. Solution: Define HAVE_INPUT_METHOD without +eval. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Mar 2018 16:15:07 +0100
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 *