mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
vim-patch:7.4.883
Problem: Block-mode replace works characterwise instead of blockwise after
column 147. (Issue #422)
Solution: Set Visual mode. (Christian Brabandt)
10ad1d90da
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user