view runtime/indoff.vim @ 28944:f498ab5c82ea v8.2.4994

patch 8.2.4994: tests are using legacy functions Commit: https://github.com/vim/vim/commit/7e569d09d2ec4fa334a2d3d5b0b6dbca16d97133 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 21 21:30:50 2022 +0100 patch 8.2.4994: tests are using legacy functions Problem: Tests are using legacy functions. Solution: Convert a few tests to use :def functions.
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 May 2022 22:45: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 *