commit | ad5ca9bc1e7145474adb082775a805f1731e9e37 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 21:26:08 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 21:26:08 2016 +0200 |
tree | 9bcd99baa7ea0b8780f0daa1593c0e88377b0367 | |
parent | ecefe71704850b94df44f65fc756c1551ec68388 [diff] [blame] |
patch 7.4.1948 Problem: Using Ctrl-A with double-byte encoding may result in garbled text. Solution: Skip to the start of a character. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index e514020..72f4c01 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1948, +/**/ 1947, /**/ 1946,