view runtime/ftoff.vim @ 22055:88bedbb4ba75 v8.2.1577

patch 8.2.1577: Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" arg Commit: https://github.com/vim/vim/commit/04d594b9c14299ed50da0774fb8d3a10fbc4076f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 2 22:25:35 2020 +0200 patch 8.2.1577: Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" arg Problem: Vim9: hasmapto(), mapcheck() and maparg() do not take "true" as argument. Solution: Use tv_get_bool(). (closes #6822, closes #6824)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Sep 2020 22:30:03 +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 *