summaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-18 15:25:17 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-18 15:25:17 +0200
commit576a4a6ff14da876d7c4418e5f27e926fcfa8d2a (patch)
tree6c34c1eaed6f1b46c573bb0fe3ce8d375e678e29 /src/tag.c
parent93cf85f9ef02931de3f8c8e536a137da0b48b7dc (diff)
patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880
Problem: Cannot show extra info for completion in a popup window. Solution: Add the "popup" entry in 'completeopt'.
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.c b/src/tag.c
index 147d83743d..ec44516086 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -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);
}
}