view runtime/ftoff.vim @ 28137:f825792fddb1 v8.2.4593

patch 8.2.4593: unnecessary call to redraw_later() Commit: https://github.com/vim/vim/commit/95d2e7634ccd8e0da78086002509a856999e180c Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Mar 19 11:42:16 2022 +0000 patch 8.2.4593: unnecessary call to redraw_later() Problem: Unnecessary call to redraw_later(). Solution: Remove the call to redraw_later() in op_yank(). (closes https://github.com/vim/vim/issues/9971)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Mar 2022 12:45:04 +0100
parents 3fc0f57ecb91
children 4027cefc2aab
line wrap: on
line source

" Vim support file to switch off detection of file types
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last change:	2001 Jun 11

if exists("did_load_filetypes")
  unlet did_load_filetypes
endif

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