Mercurial > vim
view runtime/ftplugof.vim @ 20502:f28a49da879d v8.2.0805
patch 8.2.0805: terminal key codes test fails on some systems
Commit: https://github.com/vim/vim/commit/fe81389d606ae79415d208207295f41a4375c580
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu May 21 20:38:31 2020 +0200
patch 8.2.0805: terminal key codes test fails on some systems
Problem: Terminal key codes test fails on some systems.
Solution: Skip keypad 3 and 9. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6070)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 21 May 2020 20:45:03 +0200 |
parents | 49b08c9b9f5b |
children | 179c118424a6 |
line wrap: on
line source
" Vim support file to switch off loading plugins for file types " " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2011 Oct 20 if exists("did_load_ftplugin") unlet did_load_ftplugin endif " Remove all autocommands in the filetypeplugin group, if any exist. if exists("#filetypeplugin") silent! au! filetypeplugin * endif