0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

updated for version 7.0185

This commit is contained in:
Bram Moolenaar
2006-01-22 23:25:56 +00:00
parent 66fa271a25
commit 71fe80dddd
6 changed files with 136 additions and 8 deletions

View File

@@ -8482,8 +8482,10 @@ showruler(always)
#ifdef FEAT_INS_EXPAND
if (pum_visible())
{
# ifdef FEAT_WINDOWS
/* Don't redraw right now, do it later. */
curwin->w_redr_status = TRUE;
# endif
return;
}
#endif