diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-14 23:00:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-14 23:00:46 +0000 |
commit | 1f4d4de1ba52d0a9f1310e1026d99adb2e9577b2 (patch) | |
tree | a675ab49271b3898d4fa591c0a124edf5f436fef /src/popupmenu.c | |
parent | 3b1ddfed5170427a58a4ac51ea212daadaa8a631 (diff) | |
download | vim-git-1f4d4de1ba52d0a9f1310e1026d99adb2e9577b2.tar.gz |
updated for version 7.0224
Diffstat (limited to 'src/popupmenu.c')
-rw-r--r-- | src/popupmenu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/popupmenu.c b/src/popupmenu.c index 1ca03726d..5126e8647 100644 --- a/src/popupmenu.c +++ b/src/popupmenu.c @@ -504,6 +504,7 @@ pum_undisplay() { pum_array = NULL; redraw_all_later(SOME_VALID); + status_redraw_all(); } /* |