view runtime/indoff.vim @ 28723:930f1bb1649d v8.2.4886

patch 8.2.4886: Vim9: redir in skipped block seen as assignment Commit: https://github.com/vim/vim/commit/bc6f2bf78af28c93b48906408756b797ab2fd7bd Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 6 14:29:09 2022 +0100 patch 8.2.4886: Vim9: redir in skipped block seen as assignment Problem: Vim9: redir in skipped block seen as assignment. Solution: Check for valid assignment.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 15:30:02 +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 *