1
0
forked from aniani/vim

patch 8.1.1880: cannot show extra info for completion in a popup window

Problem:    Cannot show extra info for completion in a popup window.
Solution:   Add the "popup" entry in 'completeopt'.
This commit is contained in:
Bram Moolenaar
2019-08-18 15:25:17 +02:00
parent 93cf85f9ef
commit 576a4a6ff1
17 changed files with 310 additions and 56 deletions

View File

@@ -3439,7 +3439,7 @@ jumpto_tag(
* Make the preview window the current window.
* Open a preview window when needed.
*/
prepare_tagpreview(TRUE);
prepare_tagpreview(TRUE, TRUE, FALSE);
}
}