view runtime/indoff.vim @ 30090:bd62c3173f72 v9.0.0381

patch 9.0.0381: writefile test leaves files behind Commit: https://github.com/vim/vim/commit/b40ad4ff148404b1226bea7051278a1c3c79d4f3 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Sep 4 21:29:46 2022 +0100 patch 9.0.0381: writefile test leaves files behind Problem: Writefile test leaves files behind. Solution: Fix the file names of files to be deleted. (Dominique Pell?, closes #11056)
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Sep 2022 22:30: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 *