diff options
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r-- | src/nvim/normal.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index d4b78b1a79..6d079f967e 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -7797,9 +7797,7 @@ static void get_op_vcol( return; } - if (VIsual_active) { - oap->motion_type = MBLOCK; - } + oap->motion_type = MBLOCK; // prevent from moving onto a trail byte if (has_mbyte) { |