view runtime/indoff.vim @ 13902:4232470eb116 v8.0.1822

patch 8.0.1822: make uninstall does not remove colors/tools commit https://github.com/vim/vim/commit/ee62f9fa748ea528eb2a06b3e22ef9a5aecb7cca Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 12 21:05:45 2018 +0200 patch 8.0.1822: make uninstall does not remove colors/tools Problem: Make uninstall does not remove colors/tools. Solution: Add a line to delete the tools directory. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Sat, 12 May 2018 21: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 *