view runtime/indoff.vim @ 16215:4202f556aefe v8.1.1112

patch 8.1.1112: duplicate code in quickfix file commit https://github.com/vim/vim/commit/87f59b09ea4b9af2712598374a6044f5fa1b54a4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 4 14:04:11 2019 +0200 patch 8.1.1112: duplicate code in quickfix file Problem: Duplicate code in quickfix file. Solution: Move code into functions. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4207)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Apr 2019 14:15:05 +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 *