view runtime/indoff.vim @ 12257:519e4e6bbc28 v8.0.1008

patch 8.0.1008: slow updating of terminal window in Motif commit https://github.com/vim/vim/commit/1dccf6351dd37e648b2e15fb9f9f71ceba88d446 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 27 17:38:27 2017 +0200 patch 8.0.1008: slow updating of terminal window in Motif Problem: Slow updating of terminal window in Motif. Solution: Add a timeout to the wait-for-character loop.
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2017 17:45:04 +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 *