view runtime/indoff.vim @ 20105:785e2f0095a9 v8.2.0608

patch 8.2.0608: warning from clang when building message test Commit: https://github.com/vim/vim/commit/4da6df40f5a637de42cad8e6939dfe8463b211db Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 20 16:12:09 2020 +0200 patch 8.2.0608: warning from clang when building message test Problem: Warning from clang when building message test. Solution: Use a void pointer. (Dominique Pelle, closes https://github.com/vim/vim/issues/5958)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Apr 2020 16:15: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 *