mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
updated for version 7.0158
This commit is contained in:
@@ -3550,7 +3550,7 @@ current_block(oap, count, include, what, other)
|
||||
{
|
||||
if (*p_sel == 'e')
|
||||
++curwin->w_cursor.col;
|
||||
if (sol)
|
||||
if (sol && gchar_cursor() != NUL)
|
||||
inc(&curwin->w_cursor); /* include the line break */
|
||||
VIsual = start_pos;
|
||||
VIsual_mode = 'v';
|
||||
|
Reference in New Issue
Block a user