view runtime/indoff.vim @ 26129:ddfb2b8aed67 v8.2.3597

patch 8.2.3597: Vim seems to hang when writing a long text to a terminal Commit: https://github.com/vim/vim/commit/36968af1558b295b5fdf56973d5dcc75fce85658 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 15 17:13:11 2021 +0000 patch 8.2.3597: Vim seems to hang when writing a long text to a terminal Problem: Vim seems to hang when writing a very long text to a terminal window. Solution: Limit the amount of text based on 'termwinscroll'. (issue #9080)
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Nov 2021 18:15:03 +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 *