view runtime/indoff.vim @ 30209:a970b48c25a3 v9.0.0440

patch 9.0.0440: crash when using mkdir() with "R" flag in compiled function Commit: https://github.com/vim/vim/commit/f5fec05c7fd0df4c934a838e82882e601dc920cb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 11 11:49:22 2022 +0100 patch 9.0.0440: crash when using mkdir() with "R" flag in compiled function Problem: Crash when using mkdir() with "R" flag in compiled function. Solution: Reserve a variable for deferred function calls. Handle more than one argument.
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 13:00: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 *