view runtime/indoff.vim @ 17012:00299e2deae2 v8.1.1506

patch 8.1.1506: syntax error in Travis config commit https://github.com/vim/vim/commit/b29cfb8c28a66604ebb468c73d86669870a3b06b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 9 14:51:30 2019 +0200 patch 8.1.1506: syntax error in Travis config Problem: Syntax error in Travis config. Solution: Set AUDIODEV in another section.
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 15:00: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 *