[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/macvim-dev/macvim/master/runtime/indoff.vim [Back]  [Original]

" Vim support file to switch off loading indent files for file types
"
" Maintainer:	The Vim Project 
" Last Change:	2023 Aug 10
" Former Maintainer:	Bram Moolenaar 

if exists("did_indent_on")
  unlet did_indent_on
endif

" Remove all autocommands in the filetypeindent group
silent! au! filetypeindent *

Web Proxy Viewer  |  New URL  |  Original Page