view runtime/indoff.vim @ 18108:76126690dd92 v8.1.2049

patch 8.1.2049: cannot build tiny version Commit: https://github.com/vim/vim/commit/397c6a1438186adef54fe5113690307e644b0f42 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 17 20:54:31 2019 +0200 patch 8.1.2049: cannot build tiny version Problem: Cannot build tiny version. Solution: Add #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Sep 2019 21: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 *