Skip to content

Commit

Permalink
patch 7.4.2303
Browse files Browse the repository at this point in the history
Problem:    When using "is" the mode isn't always updated.
Solution:   Redraw the command line. (Christian Brabandt)
  • Loading branch information
brammool committed Sep 1, 2016
1 parent f1b512a commit 779f2fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/search.c
Expand Up @@ -3638,6 +3638,7 @@ current_sent(oparg_T *oap, long count, int include)
++curwin->w_cursor.col; ++curwin->w_cursor.col;
VIsual = start_pos; VIsual = start_pos;
VIsual_mode = 'v'; VIsual_mode = 'v';
redraw_cmdline = TRUE; /* show mode later */
redraw_curbuf_later(INVERTED); /* update the inversion */ redraw_curbuf_later(INVERTED); /* update the inversion */
} }
else else
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -763,6 +763,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 */
/**/
2303,
/**/ /**/
2302, 2302,
/**/ /**/
Expand Down

0 comments on commit 779f2fc

Please sign in to comment.