1
0
forked from aniani/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)
This commit is contained in:
Bram Moolenaar
2015-09-25 19:35:02 +02:00
parent 5f1fea28f5
commit 10ad1d90da
4 changed files with 10 additions and 1 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
883,
/**/
882,
/**/