view runtime/indoff.vim @ 31095:c61a9d832537 v9.0.0882

patch 9.0.0882: using freed memory after SpellFileMissing autocmd uses bwipe Commit: https://github.com/vim/vim/commit/c3d27ada14acd02db357f2d16347acc22cb17e93 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 14 20:52:14 2022 +0000 patch 9.0.0882: using freed memory after SpellFileMissing autocmd uses bwipe Problem: Using freed memory after SpellFileMissing autocmd uses bwipe. Solution: Bail out if the window no longer exists.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Nov 2022 22:00:04 +0100
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 *