commit | 8340dd9b2919299bd5802227fcdf2df706592d41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 20:11:33 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 20:11:33 2014 +0100 |
tree | 34222e4cabf9d3ee1ab6bb78de02dc0cab9e08ac | |
parent | 2f1e51a43c5e0b7560396898bdb7384550f05481 [diff] [blame] |
updated for version 7.4.547 Problem: Using "vit" does not select a multi-byte character at the end correctly. Solution: Advance the cursor over the multi-byte character. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 94ba992..7abbfb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 547, +/**/ 546, /**/ 545,