view runtime/indoff.vim @ 9023:8263edf411a7 v7.4.1797

commit https://github.com/vim/vim/commit/c61348e83fd4eed8b999fe5b7cdfb4caf90bf3fd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 28 22:20:03 2016 +0200 patch 7.4.1797 Problem: Warning from Windows 64 bit compiler. Solution: Change int to size_t. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Apr 2016 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 *