view runtime/indoff.vim @ 19882:b5f0b8ee1ec5 v8.2.0497

patch 8.2.0497: too verbose output from the asan build in Travis Commit: https://github.com/vim/vim/commit/e5bae13da327235836b505ee47224b465713ad75 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 2 15:17:32 2020 +0200 patch 8.2.0497: too verbose output from the asan build in Travis Problem: Too verbose output from the asan build in Travis. Solution: Filter out suppression messages. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/5874)
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Apr 2020 15:30: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 *