comparison src/search.c @ 17767:c75da1064e33 v8.1.1880

patch 8.1.1880: cannot show extra info for completion in a popup window commit https://github.com/vim/vim/commit/576a4a6ff14da876d7c4418e5f27e926fcfa8d2a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 18 15:25:17 2019 +0200 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'.
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Aug 2019 15:30:06 +0200
parents 9efb4dda9720
children 59f8948b7590
comparison
equal deleted inserted replaced
17766:be00d5dad3f5 17767:c75da1064e33
5576 #if defined(FEAT_QUICKFIX) 5576 #if defined(FEAT_QUICKFIX)
5577 /* ":psearch" uses the preview window */ 5577 /* ":psearch" uses the preview window */
5578 if (g_do_tagpreview != 0) 5578 if (g_do_tagpreview != 0)
5579 { 5579 {
5580 curwin_save = curwin; 5580 curwin_save = curwin;
5581 prepare_tagpreview(TRUE); 5581 prepare_tagpreview(TRUE, TRUE, FALSE);
5582 } 5582 }
5583 #endif 5583 #endif
5584 if (action == ACTION_SPLIT) 5584 if (action == ACTION_SPLIT)
5585 { 5585 {
5586 if (win_split(0, 0) == FAIL) 5586 if (win_split(0, 0) == FAIL)