summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-23 15:30:09 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-23 15:30:09 +0200
commitfca66003053f8c0da5161d1fe4b75b3a389934b5 (patch)
tree0dd81e7f7f6b1873b50e2e9efeda14c814e1467d /src/version.c
parentda5b3dcf06a3af5b398450258be32b0416451a9b (diff)
downloadvim-git-fca66003053f8c0da5161d1fe4b75b3a389934b5.tar.gz
patch 7.4.1782v7.4.1782
Problem: strcharpart() does not work properly with some multi-byte characters. Solution: Use mb_cptr2len() instead of mb_char2len(). (Hirohito Higashi)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2ae156cda..09372ef5d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1782,
+/**/
1781,
/**/
1780,