view runtime/indoff.vim @ 12455:85ddf8e00595 v8.0.1107

patch 8.0.1107: terminal debugger jumps to non-existing file commit https://github.com/vim/vim/commit/38baa3e63427112d389de5e5942243414d9b1336 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 14 16:10:38 2017 +0200 patch 8.0.1107: terminal debugger jumps to non-existing file Problem: Terminal debugger jumps to non-existing file. Solution: Check that the file exists. Add an option to make the Vim wide wide. Fix removing highlight groups.
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Sep 2017 16:15:05 +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 *