view runtime/ftoff.vim @ 23882:a4df35126d9c v8.2.2483

patch 8.2.2483: Vim9: type error for misformed expression Commit: https://github.com/vim/vim/commit/6628b7ebff1cfcb476ce96852a7d2b095872826c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 16:33:35 2021 +0100 patch 8.2.2483: Vim9: type error for misformed expression Problem: Vim9: type error for misformed expression. Solution: Check for end of command before checking type. (closes https://github.com/vim/vim/issues/7795)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Feb 2021 16:45:03 +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 *