From 576a4a6ff14da876d7c4418e5f27e926fcfa8d2a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 18 Aug 2019 15:25:17 +0200 Subject: 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'. --- src/tag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag.c') 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); } } -- cgit v1.2.3