summaryrefslogtreecommitdiff
path: root/runtime/optwin.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-15 13:53:23 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-15 13:53:23 +0200
commit74675a666b51edd61e0210132658d81a86c5102c (patch)
tree1f5b27f2c85a23a6cf75e05b142c2fa7c901d4f9 /runtime/optwin.vim
parent85dad2c815aaef69aa948fb17874b3825dd72def (diff)
downloadvim-git-74675a666b51edd61e0210132658d81a86c5102c.tar.gz
Updated runtime files and translations.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r--runtime/optwin.vim10
1 files changed, 9 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index 2cbbd288b..3e5ef2717 100644
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -1,7 +1,7 @@
" These commands create the option window.
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2017 Mar 06
+" Last Change: 2017 Jul 15
" If there already is an option window, jump to that one.
if bufwinnr("option-window") > 0
@@ -506,6 +506,14 @@ if has("cursorbind")
call append("$", "\t(local to window)")
call <SID>BinOptionL("crb")
endif
+if has("terminal")
+ call append("$", "termsize\tsize of a terminal window")
+ call append("$", "\t(local to window)")
+ call <SID>OptionL("tms")
+ call append("$", "termkey\tkey that precedes Vim commands in a terminal window")
+ call append("$", "\t(local to window)")
+ call <SID>OptionL("tk")
+endif
call <SID>Header("multiple tab pages")