view runtime/ftoff.vim @ 28146:483a8d6cf8b0 v8.2.4597

patch 8.2.4597: LuaV_debug() not covered by tests Commit: https://github.com/vim/vim/commit/b6643d10d39c493951a6bbf3264003d35adeb811 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Mar 20 11:46:01 2022 +0000 patch 8.2.4597: LuaV_debug() not covered by tests Problem: LuaV_debug() not covered by tests. Solution: Add a test. (Dominique Pell?, closes https://github.com/vim/vim/issues/9980)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Mar 2022 13:00:02 +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 *