view runtime/indoff.vim @ 28215:cb462f4c6b12 v8.2.4633

patch 8.2.4633: Visual range does not work before command modifiers Commit: https://github.com/vim/vim/commit/c75bca3ee955ff36ece99a42041733ddea5f45a7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 27 13:36:50 2022 +0100 patch 8.2.4633: Visual range does not work before command modifiers Problem: Visual range does not work before command modifiers. Solution: Move Visual range to after command modifiers.
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Mar 2022 14:45:07 +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 *