view runtime/indoff.vim @ 20693:f342bdc79295 v8.2.0900

patch 8.2.0900: function list test fails on MS-Windows Commit: https://github.com/vim/vim/commit/9155825b2428ef6bf654204a534b033a6879c90d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 4 17:19:05 2020 +0200 patch 8.2.0900: function list test fails on MS-Windows Problem: Function list test fails on MS-Windows. Solution: Make sure the fileformat is "unix"
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jun 2020 17:30:03 +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 *