view runtime/ftoff.vim @ 20281:ab8c8fd0f868 v8.2.0696

patch 8.2.0696: Vim9: nested function does not work properly Commit: https://github.com/vim/vim/commit/0e65d3de0aeff00aa42ea899f1afd11f8b22b93e Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 5 17:53:16 2020 +0200 patch 8.2.0696: Vim9: nested function does not work properly Problem: Vim9: nested function does not work properly Solution: Create a function reference. Check argument count.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 May 2020 18:00: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 *