diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-05-12 22:49:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-05-12 22:49:12 +0200 |
commit | 47e13953ffdbb9f163b901196dec8c2100b72edd (patch) | |
tree | cc2251dbffe417d931b2c234f686e58d5c61f9d8 /runtime/doc/popup.txt | |
parent | 9e6ba8cbef2b2363f1d0a0e2c2a8d21c3b987416 (diff) | |
download | vim-git-47e13953ffdbb9f163b901196dec8c2100b72edd.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/popup.txt')
-rw-r--r-- | runtime/doc/popup.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt index 26435d1ff..9041f8754 100644 --- a/runtime/doc/popup.txt +++ b/runtime/doc/popup.txt @@ -1,4 +1,4 @@ -*popup.txt* For Vim version 8.2. Last change: 2020 Apr 13 +*popup.txt* For Vim version 8.2. Last change: 2020 May 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -150,6 +150,7 @@ different: *E863* - When the job ends, the popup window closes. - The popup window can be closed with `popup_close()`, the terminal buffer then becomes hidden. +- It is not possible to enter Terminal-Normal mode. - The default Pmenu color is only used for the border and padding. To change the color of the terminal itself set the Terminal highlight group before creating the terminal. Setting 'wincolor' later can work but requires the |