0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.0-169

This commit is contained in:
Bram Moolenaar 2006-11-28 15:14:56 +00:00
parent 9334c3447a
commit b0c9a85bc8
2 changed files with 3 additions and 0 deletions

View File

@ -455,6 +455,7 @@ update_screen(type)
&& curwin->w_topline == curwin->w_lines[0].wl_lnum) && curwin->w_topline == curwin->w_lines[0].wl_lnum)
#ifdef FEAT_VISUAL #ifdef FEAT_VISUAL
|| (type == INVERTED || (type == INVERTED
&& VIsual_active
&& curwin->w_old_cursor_lnum == curwin->w_cursor.lnum && curwin->w_old_cursor_lnum == curwin->w_cursor.lnum
&& curwin->w_old_visual_mode == VIsual_mode && curwin->w_old_visual_mode == VIsual_mode
&& (curwin->w_valid & VALID_VIRTCOL) && (curwin->w_valid & VALID_VIRTCOL)

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 */
/**/
169,
/**/ /**/
168, 168,
/**/ /**/