diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-22 23:25:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-22 23:25:56 +0000 |
commit | 71fe80dddd436b36de5d814c1165a3e56b1f0974 (patch) | |
tree | 1780c4e74a6a23b339d9f75b410bf93acf8090fe /src/screen.c | |
parent | 66fa271a25f5d7e7be7425ef97b22cf11ee1b0b8 (diff) | |
download | vim-71fe80dddd436b36de5d814c1165a3e56b1f0974.zip |
updated for version 7.0185
Diffstat (limited to 'src/screen.c')
-rw-r--r-- | src/screen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.c b/src/screen.c index fb5593447..c067d92c0 100644 --- a/src/screen.c +++ b/src/screen.c @@ -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 |