summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-18 16:07:16 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-18 16:07:16 +0200
commit447bfba24b231777a79bf53cdb33f44d9691e47e (patch)
treec7b93c13916357e83760dfa20eb9027225e1c805 /runtime
parente859312e748297bde67a053fd3c486fc2c14b532 (diff)
patch 8.2.1237: changing 'completepopup' after opening popup has no effectv8.2.1237
Problem: Changing 'completepopup' after opening a popup has no effect. (Jay Sitter) Solution: Close the popup when the options are changed. (closes #6471)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 37fdc84bcd..71ee94b4e5 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1951,9 +1951,11 @@ A jump table for the options with a short description can be found at |Q_op|.
{not available when compiled without the |+textprop|
or |+quickfix| feature}
When 'completeopt' contains "popup" then this option is used for the
- properties of the info popup when it is created. You can also use
- |popup_findinfo()| and then set properties for an existing info popup
- with |popup_setoptions()|. See |complete-popup|.
+ properties of the info popup when it is created. If an info popup
+ window already exists it is closed, so that the option value is
+ applied when it is created again.
+ You can also use |popup_findinfo()| and then set properties for an
+ existing info popup with |popup_setoptions()|. See |complete-popup|.
*'concealcursor'* *'cocu'*