view runtime/indoff.vim @ 28606:893af4a8fc08 v8.2.4827

patch 8.2.4827: typo in variable name Commit: https://github.com/vim/vim/commit/87f74106f96737e7b8ceaafe1a131aa718077de6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 25 18:59:25 2022 +0100 patch 8.2.4827: typo in variable name Problem: Typo in variable name. (Gabriel Dupras) Solution: Rename the variable.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Apr 2022 20:00:04 +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 *