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:
@@ -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)) \
|
||||
|
Reference in New Issue
Block a user