view runtime/indoff.vim @ 35345:7d325ff9356c

runtime(termdebug): Fix wrong email address Commit: https://github.com/vim/vim/commit/ae4641d68e2c01ee4847395bdb78a8c9c52394c7 Author: Christian Brabandt <cb@256bit.org> Date: Wed Jun 5 22:24:24 2024 +0200 runtime(termdebug): Fix wrong email address related: https://github.com/vim/vim/issues/14903 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 05 Jun 2024 22:30:05 +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 *