view runtime/ftoff.vim @ 20478:af8feeaf167a v8.2.0793

patch 8.2.0793: MS-Windows: cannot build GUI with small features Commit: https://github.com/vim/vim/commit/1e1d2e89fa460328883bb09fb13a24e26ef1ab31 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 18 20:17:02 2020 +0200 patch 8.2.0793: MS-Windows: cannot build GUI with small features Problem: MS-Windows: cannot build GUI with small features. (Michael Soyka) Solution: Add #ifdef around use of windowsVersion. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 May 2020 20:30:03 +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 *