view runtime/indoff.vim @ 26447:f04968207797

Add Huntr badge. Commit: https://github.com/vim/vim/commit/3e55a973b5cab5823335e24b7e4885429c885921 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 6 15:13:31 2021 +0000 Add Huntr badge.
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Dec 2021 16:15: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 *