0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.0222

This commit is contained in:
Bram Moolenaar
2006-03-12 22:05:10 +00:00
parent 1fc0046932
commit 600dddcf66
6 changed files with 160 additions and 27 deletions

View File

@@ -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);
}
/*