view runtime/indoff.vim @ 14292:f331b62627db v8.1.0162

patch 8.1.0162: Danish and German man pages are not installed commit https://github.com/vim/vim/commit/08505312fe1ad3b843f95282bff9b0fbbbea508d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 7 22:26:54 2018 +0200 patch 8.1.0162: Danish and German man pages are not installed Problem: Danish and German man pages are not installed. (Tony Mechelynck) Solution: Adjust the makefile
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Jul 2018 22:30:06 +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 *