diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-12 22:05:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-12 22:05:10 +0000 |
commit | 600dddcf66a3540017804a72f407d4c3d48b0cc6 (patch) | |
tree | fd1d38165c89fe9a8a60932217d3605d3981fcdd /src/popupmenu.c | |
parent | 1fc0046932ee51279fd1c0cdbfb7bbe3ae6c8171 (diff) | |
download | vim-git-600dddcf66a3540017804a72f407d4c3d48b0cc6.tar.gz |
updated for version 7.0222
Diffstat (limited to 'src/popupmenu.c')
-rw-r--r-- | src/popupmenu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/popupmenu.c b/src/popupmenu.c index 1c575a240..752f1832d 100644 --- a/src/popupmenu.c +++ b/src/popupmenu.c @@ -454,7 +454,7 @@ pum_set_selected(n) { /* Return cursor to where we were */ validate_cursor(); - redraw_later(NOT_VALID); + redraw_later(SOME_VALID); /* When the preview window was resized we need to * update the view on the buffer. Only go back to @@ -498,7 +498,7 @@ pum_set_selected(n) pum_undisplay() { pum_array = NULL; - redraw_all_later(NOT_VALID); + redraw_all_later(SOME_VALID); } /* |