view runtime/ftoff.vim @ 21668:0843f244e547 v8.2.1384

patch 8.2.1384: no ATTENTION prompt for :vimgrep first match file Commit: https://github.com/vim/vim/commit/8ce4b7ed85a7c6499bea5eb1312c85ee7a00e364 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 18:12:18 2020 +0200 patch 8.2.1384: no ATTENTION prompt for :vimgrep first match file Problem: No ATTENTION prompt for :vimgrep first match file. Solution: When there is an existing swap file do not keep the dummy buffer. (closes #6649)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 18: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 *