view runtime/indoff.vim @ 30289:085406413994 v9.0.0480

patch 9.0.0480: cannot use a :def varargs function with substitute() Commit: https://github.com/vim/vim/commit/abd58d8aee7fec2b9e07c829eb925b0a1f7118db Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Sep 16 16:06:32 2022 +0100 patch 9.0.0480: cannot use a :def varargs function with substitute() Problem: Cannot use a :def varargs function with substitute(). Solution: Use has_varargs(). (closes https://github.com/vim/vim/issues/11146)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Sep 2022 17: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 *