view runtime/indoff.vim @ 31952:360efef7e5df v9.0.1308

patch 9.0.1308: the code for setting options is too complicated Commit: https://github.com/vim/vim/commit/1a6476428f63e9fa0c2cbea296e475e60363af11 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Feb 14 13:07:18 2023 +0000 patch 9.0.1308: the code for setting options is too complicated Problem: The code for setting options is too complicated. Solution: Refactor the code for setting options. (Yegappan Lakshmanan, closes #11989)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Feb 2023 14:15:05 +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 *