commit | 10ad1d90da8c464e1bf08bf23d92d4888378a8a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 19:35:02 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 19:35:02 2015 +0200 |
tree | c3e40aa76fa03c8197afa28aa4258cb3835c61db | |
parent | 5f1fea28f5bc573e2430773c49e95ae1f9cc2a25 [diff] [blame] |
patch 7.4.883 Problem: Block-mode replace works characterwise instead of blockwise after column 147. (Issue #422) Solution: Set Visual mode. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 586ce19..38fdf93 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 883, +/**/ 882, /**/ 881,