view runtime/indoff.vim @ 24529:db2b4e867d06 v8.2.2804

patch 8.2.2804: setting buffer local mapping with mapset() changes global Commit: https://github.com/vim/vim/commit/7ba1e4d363164e32a93cceab64b42e8c6d89e9f3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 24 13:12:38 2021 +0200 patch 8.2.2804: setting buffer local mapping with mapset() changes global Problem: Setting buffer local mapping with mapset() changes global mapping. Solution: Only set the local mapping. (closes https://github.com/vim/vim/issues/8143)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Apr 2021 13:15: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 *