view runtime/ftoff.vim @ 24743:a2a789bffa9c v8.2.2910

patch 8.2.2910: test for cmdline window and terminal fails on MS-Windows Commit: https://github.com/vim/vim/commit/0b49648486c5857047433c11d0871f79b53613a5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 30 14:21:57 2021 +0200 patch 8.2.2910: test for cmdline window and terminal fails on MS-Windows Problem: Test for cmdline window and terminal fails on MS-Windows. Solution: Skip the test on MS-Windows.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 May 2021 14:30: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 *