view runtime/indoff.vim @ 30481:ac6b2ee967f1 v9.0.0576

patch 9.0.0576: unused loop variables Commit: https://github.com/vim/vim/commit/b2209f213e2931cf3313b24868a9165bbb717cc4 Author: dundargoc <gocdundar@gmail.com> Date: Sat Sep 24 15:55:27 2022 +0100 patch 9.0.0576: unused loop variables Problem: Unused loop variables. Solution: Use a while loop instead. (closes https://github.com/vim/vim/issues/11214)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Sep 2022 17:00: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 *