view runtime/indoff.vim @ 20425:426ef48be465 v8.2.0767

patch 8.2.0767: modifyOtherKeys active when using a shell command in autocmd Commit: https://github.com/vim/vim/commit/645e3fe3fe2cfaf0615428207bbacc2963852eba Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 16 15:05:04 2020 +0200 patch 8.2.0767: modifyOtherKeys active when using a shell command in autocmd Problem: ModifyOtherKeys active when using a shell command in autocmd. Solution: Output T_CTE when going to cooked mode. (closes 5617)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 May 2020 15:15:04 +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 *