view runtime/ftoff.vim @ 26051:1c567eb92222 v8.2.3559

patch 8.2.3559: loop variable recreated every time Commit: https://github.com/vim/vim/commit/ee56f3f119c4378a5b62b4d504cff3373b363308 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 23 12:34:27 2021 +0100 patch 8.2.3559: loop variable recreated every time Problem: Loop variable recreated every time. Solution: Keep the loop variable when looping.
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Oct 2021 13:45:04 +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 *