summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-18 19:46:48 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-18 19:46:48 +0200
commitb5383b174b2436b556f76f14badb1c1f55d6d8f6 (patch)
tree9ac5d993e3a2febe97c8c77e19e1928a47bcf739 /runtime
parent843700875e50c03c94245bef1b2de147b9b3b585 (diff)
downloadvim-git-b5383b174b2436b556f76f14badb1c1f55d6d8f6.tar.gz
patch 8.2.0791: a second popup window with terminal causes troublev8.2.0791
Problem: A second popup window with terminal causes trouble. Solution: Disallow opening a second terminal-popup window. (closes #6101, closes #6103) Avoid defaulting to an invalid line number.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/popup.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt
index 5950c4753..fdf28a5e7 100644
--- a/runtime/doc/popup.txt
+++ b/runtime/doc/popup.txt
@@ -150,7 +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.
+- It is not possible to open a second popup window with a terminal. *E861*
- 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