view runtime/indoff.vim @ 23316:32cc5e9875bb v8.2.2203

patch 8.2.2203: Moodle gift files are not recognized Commit: https://github.com/vim/vim/commit/b34f33747223d9cba4b32a27aee70c1705b36ed9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 24 13:33:46 2020 +0100 patch 8.2.2203: Moodle gift files are not recognized Problem: Moodle gift files are not recognized. Solution: Add a filetype pattern. (Delim Temizer)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Dec 2020 13:45: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 *