view runtime/ftoff.vim @ 31325:e352d200d096 v9.0.0996

patch 9.0.0996: if 'keyprotocol' is empty "xterm" still uses modifyOtherKeys Commit: https://github.com/vim/vim/commit/af19ec0bfad6b70f3b7898da7f786a348ac01b50 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 3 00:00:38 2022 +0000 patch 9.0.0996: if 'keyprotocol' is empty "xterm" still uses modifyOtherKeys Problem: If 'keyprotocol' is empty "xterm" still uses modifyOtherKeys. Solution: Remove t_TI, t_RK and t_TE from the "xterm" builtin termcap and let the default value of 'keyprotocol' add those.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Dec 2022 01:15:04 +0100
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 *