mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
Merge pull request #4234 from watiko/vim-7.4.977
vim-patch:7.4.{818,883,977}
This commit is contained in:
@@ -7783,7 +7783,7 @@ static void nv_open(cmdarg_T *cap)
|
||||
n_opencmd(cap);
|
||||
}
|
||||
|
||||
// calculate start/end virtual columns for operating in block mode
|
||||
// Calculate start/end virtual columns for operating in block mode.
|
||||
static void get_op_vcol(
|
||||
oparg_T *oap,
|
||||
colnr_T redo_VIsual_vcol,
|
||||
@@ -7793,7 +7793,8 @@ static void get_op_vcol(
|
||||
colnr_T start;
|
||||
colnr_T end;
|
||||
|
||||
if (VIsual_mode != Ctrl_V) {
|
||||
if (VIsual_mode != Ctrl_V
|
||||
|| (!initial && oap->end.col < curwin->w_width)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user