view runtime/ftoff.vim @ 14278:e92964e4e58e v8.1.0155

patch 8.1.0155: evim.man missing from the distribution commit https://github.com/vim/vim/commit/ae728edc93fe5a2f8c39fa75b1ae9ed71526858c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 5 22:58:17 2018 +0200 patch 8.1.0155: evim.man missing from the distribution Problem: Evim.man missing from the distribution. Solution: Add it to the list.
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Jul 2018 23:00: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 *