view runtime/indoff.vim @ 18546:f609865bfc54 v8.1.2267

patch 8.1.2267: compiler warning for uninitialized variable Commit: https://github.com/vim/vim/commit/3b991527e8167f25ad1dfe780b9633c153600955 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 6 23:26:20 2019 +0100 patch 8.1.2267: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. (Tony Mechelynck) Solution: Rearrange the code.
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Nov 2019 23:30:03 +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 *