view runtime/indoff.vim @ 30148:d8560d2c1f30 v9.0.0410

patch 9.0.0410: struct member cts_lnum is unused Commit: https://github.com/vim/vim/commit/d7633114af2365e32080b61af473db347a3489c2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 7 20:01:17 2022 +0100 patch 9.0.0410: struct member cts_lnum is unused Problem: Struct member cts_lnum is unused. Solution: Delete it.
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 21:15:03 +0200
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 *