commit | 77ccc00340ed2598f7aa09716217e878665964fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 31 03:21:25 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 31 03:21:25 2019 +0100 |
tree | 2ae95620141cc298796c1cb6418e485d5d195d42 | |
parent | 3f39697b73f661d6900c7cf5430d967a129660d7 [diff] [blame] |
patch 8.1.2235: "C" with 'virtualedit' set does not include multi-byte char Problem: "C" with 'virtualedit' set does not include multi-byte char. Solution: Include the whole multi-byte char. (Nobuhiro Takasaki, closes #5152)
diff --git a/src/version.c b/src/version.c index 324f40d..e8e2806 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2235, +/**/ 2234, /**/ 2233,