From b59ae59a58706e454ef8c78276f021b1f58466e7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 23 Nov 2022 23:46:31 +0000 Subject: Update runtime files --- runtime/optwin.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/optwin.vim') diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 42d6e48add..bfef518161 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -1,7 +1,7 @@ " These commands create the option window. " " Maintainer: Bram Moolenaar -" Last Change: 2022 Oct 28 +" Last Change: 2022 Nov 23 " If there already is an option window, jump to that one. let buf = bufnr('option-window') @@ -583,6 +583,8 @@ call BinOptionG("xtermcodes", &xtermcodes) call AddOption("weirdinvert", gettext("terminal that requires extra redrawing")) call BinOptionG("wiv", &wiv) +call AddOption("keyprotocol", gettext("what keyboard protocol to use for which terminal")) +call OptionG("kpc", &kpc) call AddOption("esckeys", gettext("recognize keys that start with in Insert mode")) call BinOptionG("ek", &ek) call AddOption("scrolljump", gettext("minimal number of lines to scroll at a time")) -- cgit v1.2.3