mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
@@ -3144,10 +3144,12 @@ current_block (
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (VIsual_active) {
|
if (VIsual_active) {
|
||||||
if (*p_sel == 'e')
|
if (*p_sel == 'e') {
|
||||||
++curwin->w_cursor.col;
|
inc(&curwin->w_cursor);
|
||||||
if (sol && gchar_cursor() != NUL)
|
}
|
||||||
inc(&curwin->w_cursor); /* include the line break */
|
if (sol && gchar_cursor() != NUL) {
|
||||||
|
inc(&curwin->w_cursor); // include the line break
|
||||||
|
}
|
||||||
VIsual = start_pos;
|
VIsual = start_pos;
|
||||||
VIsual_mode = 'v';
|
VIsual_mode = 'v';
|
||||||
redraw_curbuf_later(INVERTED); /* update the inversion */
|
redraw_curbuf_later(INVERTED); /* update the inversion */
|
||||||
|
@@ -441,7 +441,7 @@ static int included_patches[] = {
|
|||||||
// 850 NA
|
// 850 NA
|
||||||
849,
|
849,
|
||||||
848,
|
848,
|
||||||
// 847,
|
847,
|
||||||
// 846 NA
|
// 846 NA
|
||||||
// 845,
|
// 845,
|
||||||
844,
|
844,
|
||||||
|
Reference in New Issue
Block a user