view runtime/indoff.vim @ 21012:380923b96878 v8.2.1057

patch 8.2.1057: cannot build with dynamic Lua Commit: https://github.com/vim/vim/commit/1e4c7d0ed272201fa3a7cf34a462abb139170759 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 25 20:56:42 2020 +0200 patch 8.2.1057: cannot build with dynamic Lua Problem: Cannot build with dynamic Lua. Solution: Add dll variables.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Jun 2020 21:00:18 +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 *