view runtime/indoff.vim @ 27946:5147f3d3ed30 v8.2.4498

patch 8.2.4498: using <Plug> with "noremap" does not work Commit: https://github.com/vim/vim/commit/1fc34225acbee5ddca2b9ec3f82b3014d385b7f8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 3 13:56:24 2022 +0000 patch 8.2.4498: using <Plug> with "noremap" does not work Problem: Using <Plug> with "noremap" does not work. Solution: Always remap <Plug>. (closes https://github.com/vim/vim/issues/9879, closes https://github.com/vim/vim/issues/9789)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Mar 2022 15:00:03 +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 *