view runtime/ftoff.vim @ 23762:0f89d58eb3e3 v8.2.2422

patch 8.2.2422: crash when deleting with line number out of range Commit: https://github.com/vim/vim/commit/1d859e24218635c57c09801840ff159cb845ae6a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 28 17:24:58 2021 +0100 patch 8.2.2422: crash when deleting with line number out of range Problem: Crash when deleting with line number out of range. (Houyunsong) Solution: Avoid using a negative line number.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jan 2021 17:30: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 *