view runtime/ftoff.vim @ 28706:c655908382fa v8.2.4877

patch 8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolors Commit: https://github.com/vim/vim/commit/d560014e032e0646234a56af18ae1bfa6c1f5c90 Author: Christian Brabandt <cb@256bit.org> Date: Thu May 5 21:09:54 2022 +0100 patch 8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolors Problem: MS-Windows: Using Normal colors for termguicolors causes problems. Solution: Do not use Normal colors to set sg_gui_fg and sg_gui_bg. (Christian Brabandt, closes #10317, closes #10241)
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 May 2022 22:15: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 *