view runtime/indoff.vim @ 14832:d6752747348a v8.1.0428

patch 8.1.0428: the :suspend command is not tested commit https://github.com/vim/vim/commit/3b30168f04b8a2a2f1bbaa2f90be546550463146 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 22 21:37:39 2018 +0200 patch 8.1.0428: the :suspend command is not tested Problem: The :suspend command is not tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3472)
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Sep 2018 21:45: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 *