view runtime/ftoff.vim @ 28095:8a80c48bd103 v8.2.4572

patch 8.2.4572: Vim9: return type "any" is changed to first returned type Commit: https://github.com/vim/vim/commit/1a572e9b3b497e0412b4001cd9c6859db0c35412 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 12:28:10 2022 +0000 patch 8.2.4572: Vim9: return type "any" is changed to first returned type Problem: Vim9: return type "any" is sometimes changed to first returned type. (Virginia Senioria) Solution: Do not change the return type if declared as "any". (closes #9949)
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Mar 2022 13:30: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 *