view runtime/indoff.vim @ 22762:5608a4144188 v8.2.1929

patch 8.2.1929: MS-Windows: problem loading Perl 5.32 Commit: https://github.com/vim/vim/commit/0289065e41ce3148f929e16a55aa3b161c80576f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 31 13:05:11 2020 +0100 patch 8.2.1929: MS-Windows: problem loading Perl 5.32 Problem: MS-Windows: problem loading Perl 5.32. Solution: Define NO_THREAD_SAFE_LOCALE. (Ken Takata, closes https://github.com/vim/vim/issues/7234)
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Oct 2020 13:15: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 *