view runtime/indoff.vim @ 24136:9433e10ce242 v8.2.2609

patch 8.2.2609: test disabled on MS-Windows even though it should work Commit: https://github.com/vim/vim/commit/321481299757cdd43baeed33f4c5ba543fdfc7f7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 16 13:23:30 2021 +0100 patch 8.2.2609: test disabled on MS-Windows even though it should work Problem: Test disabled on MS-Windows even though it should work. Solution: Restore the condition for skipping the test. (Ken Takata, closes #7970)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Mar 2021 13:30:04 +0100
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 *