view runtime/indoff.vim @ 30353:7cd4655d7bf1 v9.0.0512

patch 9.0.0512: cannot redraw the status lines when editing a command Commit: https://github.com/vim/vim/commit/c14bfc31d907cbee6a3636f780561ad1787cdb9b Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Sep 20 13:17:57 2022 +0100 patch 9.0.0512: cannot redraw the status lines when editing a command Problem: Cannot redraw the status lines when editing a command. Solution: Only postpone the redraw when messages have scrolled. (closes #11170)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 14:30:12 +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 *