view runtime/ftoff.vim @ 14274:6e90639a4455 v8.1.0153

patch 8.1.0153: build with SHADOWDIR fails commit https://github.com/vim/vim/commit/e85ce6ea2e09fe4d61c94e34e9e437c3c1f20b6e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 5 17:11:24 2018 +0200 patch 8.1.0153: build with SHADOWDIR fails Problem: Build with SHADOWDIR fails. (Elimar Riesebieter) Solution: Create a link for Make_all.mak. (Tony Mechelynck)
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Jul 2018 17:15:06 +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 *