mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
refactor(ui): separate types for allocated grids and viewports
This commit is contained in:
@@ -5766,7 +5766,7 @@ static void get_op_vcol(oparg_T *oap, colnr_T redo_VIsual_vcol, bool initial)
|
||||
colnr_T end;
|
||||
|
||||
if (VIsual_mode != Ctrl_V
|
||||
|| (!initial && oap->end.col < curwin->w_width_inner)) {
|
||||
|| (!initial && oap->end.col < curwin->w_view_width)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user