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

updated for version 7.0-105

This commit is contained in:
Bram Moolenaar
2006-09-14 09:27:26 +00:00
parent d29a9eefb6
commit 27a2319183
2 changed files with 7 additions and 0 deletions

View File

@@ -1756,6 +1756,11 @@ cmdline_changed:
end_pos = curwin->w_cursor; /* shutup gcc 4 */ end_pos = curwin->w_cursor; /* shutup gcc 4 */
validate_cursor(); validate_cursor();
# ifdef FEAT_WINDOWS
/* May redraw the status line to show the cursor position. */
if (p_ru && curwin->w_status_height > 0)
curwin->w_redr_status = TRUE;
# endif
save_cmdline(&save_ccline); save_cmdline(&save_ccline);
update_screen(SOME_VALID); update_screen(SOME_VALID);

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
105,
/**/ /**/
104, 104,
/**/ /**/