view runtime/indoff.vim @ 30192:9f8b1f584395 v9.0.0432

patch 9.0.0432: crash when using for loop variable in closure Commit: https://github.com/vim/vim/commit/6de2296e5e696b894576d48239aaab0ae84486ff Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 9 21:35:36 2022 +0100 patch 9.0.0432: crash when using for loop variable in closure Problem: Crash when using for loop variable in closure. Solution: Check that the variable wasn't deleted. (issue https://github.com/vim/vim/issues/11094)
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Sep 2022 22:45:03 +0200
parents 3fc0f57ecb91
children 4027cefc2aab
line wrap: on
line source

" Vim support file to switch off loading indent files for file types
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2001 Jun 11

if exists("did_indent_on")
  unlet did_indent_on
endif

" Remove all autocommands in the filetypeindent group
silent! au! filetypeindent *