view runtime/indoff.vim @ 30059:e4f23b4244ff v9.0.0367

patch 9.0.0367: Coverity complains about dropping sign of character Commit: https://github.com/vim/vim/commit/0a6bb59f6b198b351555dc0919816c9f0f1e3ed9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 3 12:53:20 2022 +0100 patch 9.0.0367: Coverity complains about dropping sign of character Problem: Coverity complains about dropping sign of character. Solution: Add explicit type cast.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Sep 2022 14:00: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 *