view runtime/indoff.vim @ 30857:ec7cb7e68968 v9.0.0763

patch 9.0.0763: MS-Windows: warning for using int for size_t Commit: https://github.com/vim/vim/commit/a2e4e0fc3b930caf20c4f6d2e70acf5325c3be51 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 15 16:29:03 2022 +0100 patch 9.0.0763: MS-Windows: warning for using int for size_t Problem: MS-Windows: warning for using int for size_t. Solution: Declare variable as size_t.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Oct 2022 17:30:03 +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 *