commit | 20b4f463f4ab50fa9bcc9838aa94101fa5698125 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 17:25:39 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 17:25:39 2016 +0100 |
tree | 8c91ae16ab1ac2c467fe87d8993b056e99e1393a | |
parent | 2369c15407cf9a730a396ebf9709abb280c5ce48 [diff] [blame] |
patch 7.4.1491 Problem: Visual-block shift breaks multi-byte characters. Solution: Compute column differently. (Yasuhiro Matsumoto) Add a test.
diff --git a/src/version.c b/src/version.c index af39e7e..bc1b812 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1491, +/**/ 1490, /**/ 1489,