view runtime/ftoff.vim @ 19966:c0eb073378e7 v8.2.0539

patch 8.2.0539: comparing two NULL list fails Commit: https://github.com/vim/vim/commit/7b293c730b07d1586688e622b8d9cbbb4a52379b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 9 21:33:22 2020 +0200 patch 8.2.0539: comparing two NULL list fails Problem: Comparing two NULL list fails. Solution: Change the order of comparing two lists.
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Apr 2020 21: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 *