view runtime/ftoff.vim @ 26767:84d56c5b7f2b v8.2.3912

patch 8.2.3912: the ins_complete() function is much too long Commit: https://github.com/vim/vim/commit/bf7ff61af490a2fbc0d9c7d42f3bb7eb7d37127e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 27 12:52:07 2021 +0000 patch 8.2.3912: the ins_complete() function is much too long Problem: The ins_complete() function is much too long. Solution: Split it up into multiple functions. (Yegappan Lakshmanan, closes #9414)
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Dec 2021 14: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 *