view runtime/indoff.vim @ 32878:aaa5c1db3731

docs: Improve Markdown in README (#12829) Commit: https://github.com/vim/vim/commit/b23db545ce7cb09ab08f1c5bfde97f44da2e8d00 Author: Viktor Sz?pe <viktor@szepe.net> Date: Sat Aug 19 14:16:10 2023 +0200 docs: Improve Markdown in README (https://github.com/vim/vim/issues/12829)
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 14:30:04 +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 *