view runtime/indoff.vim @ 32870:c18185d165cc v9.0.1744

patch 9.0.1744: Dead code in open_cmdwin() Commit: https://github.com/vim/vim/commit/c3172fe9e4d3ea7f705b5fc02fdb0c4ceb3df8b9 Author: Sean Dewar <seandewar@users.noreply.github.com> Date: Sat Aug 19 13:23:50 2023 +0200 patch 9.0.1744: Dead code in open_cmdwin() Problem: Dead code in open_cmdwin() Solution: Remove it closes: #12839 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 13:30:07 +0200
parents 4027cefc2aab
children
line wrap: on
line source

" Vim support file to switch off loading indent files for file types
"
" Maintainer:	The Vim Project <https://github.com/vim/vim>
" Last Change:	2023 Aug 10
" Former Maintainer:	Bram Moolenaar <Bram@vim.org>

if exists("did_indent_on")
  unlet did_indent_on
endif

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