0
0
mirror of https://github.com/vim/vim.git synced 2025-10-01 04:54:07 -04:00

patch 8.1.1789: cannot see file name of preview popup window

Problem:    Cannot see file name of preview popup window.
Solution:   Add the file name as the title.
This commit is contained in:
Bram Moolenaar
2019-08-01 22:40:44 +02:00
parent f4fd7ecbc0
commit 90f3e7ac56
10 changed files with 66 additions and 4 deletions

View File

@@ -6101,6 +6101,9 @@ shorten_fnames(int force)
}
status_redraw_all();
redraw_tabline = TRUE;
#ifdef FEAT_TEXT_PROP
popup_update_preview_title();
#endif
}
#if (defined(FEAT_DND) && defined(FEAT_GUI_GTK)) \