view runtime/ftoff.vim @ 11581:2298fda621d3 v8.0.0673

patch 8.0.0673: build failure without conceal feature commit https://github.com/vim/vim/commit/ea20de81462a7e1a7f8fc1d53ad618efb0663c17 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 24 22:52:24 2017 +0200 patch 8.0.0673: build failure without conceal feature Problem: Build failure without conceal feature. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sat, 24 Jun 2017 23:00: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 *