view runtime/ftoff.vim @ 21837:2b941fbab4d9 v8.2.1468

patch 8.2.1468: Vim9: invalid error for missing white space Commit: https://github.com/vim/vim/commit/f923571ec17b6caeeb7f4abfd7eec3f707ab9c45 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 16 18:42:53 2020 +0200 patch 8.2.1468: Vim9: invalid error for missing white space Problem: Vim9: invalid error for missing white space. Solution: Don't skip over white space after index. (closes https://github.com/vim/vim/issues/6718)
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Aug 2020 18:45: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 *