view runtime/ftoff.vim @ 28712:d59c8dc8be20 v8.2.4880

patch 8.2.4880: Vim9: misplaced elseif causes invalid memory access Commit: https://github.com/vim/vim/commit/434725cc4cbbadafc82954178f55864741455cdb Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 6 11:27:52 2022 +0100 patch 8.2.4880: Vim9: misplaced elseif causes invalid memory access Problem: Vim9: misplaced elseif causes invalid memory access. Solution: Check cs_idx not to be negative.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 12:30:04 +0200
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 *