view runtime/indoff.vim @ 21903:1fc2ffadf412 v8.2.1501

patch 8.2.1501: Vim9: concatenating to constant reverses order Commit: https://github.com/vim/vim/commit/3fc71285d5ae7c16cf7be5d997fd1fe140f196da Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 21 20:43:17 2020 +0200 patch 8.2.1501: Vim9: concatenating to constant reverses order Problem: Vim9: concatenating to constant reverses order. Solution: Generate constant before option, register and environment variable. (closes #6757)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Aug 2020 20:45:04 +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 *