view runtime/ftoff.vim @ 15949:d8ab4fa99341 v8.1.0980

patch 8.1.0980: extend() insufficiently tested commit https://github.com/vim/vim/commit/58d63a0a2364e1f06a80550f9f5038145b339171 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 25 05:56:31 2019 +0100 patch 8.1.0980: extend() insufficiently tested Problem: extend() insufficiently tested. Solution: Add more tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/4040)
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Feb 2019 06:00:04 +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 *