view runtime/ftoff.vim @ 22618:c2d8b596dd0f v8.2.1857

patch 8.2.1857: Vim9: using job_status() on an unused var gives an error Commit: https://github.com/vim/vim/commit/218450ad5ea1f9f033b06754a29502d86100ff65 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 17 18:51:52 2020 +0200 patch 8.2.1857: Vim9: using job_status() on an unused var gives an error Problem: Vim9: using job_status() on an unused var gives an error. Solution: Return "fail". (closes https://github.com/vim/vim/issues/7158)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Oct 2020 19:00:05 +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 *