view runtime/indoff.vim @ 27390:018c911eb9cf v8.2.4223

patch 8.2.4223: long/int compiler warnings; function arguments swapped Commit: https://github.com/vim/vim/commit/1a804528ab39f5c810cf42397702057100a94ade Author: K.Takata <kentkt@csc.jp> Date: Wed Jan 26 16:45:20 2022 +0000 patch 8.2.4223: long/int compiler warnings; function arguments swapped Problem: Long/int compiler warnings; function arguments swapped. Solution: Add type casts. Swap arguments. (Ken Takata, closes https://github.com/vim/vim/issues/9632)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Jan 2022 18:00:04 +0100
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 *