commit | b22bd46b9681d73d095f2eadff8163d3a6cf416b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 22:52:50 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 22:52:50 2016 +0200 |
tree | 65fb764f799ec51a4d1903468fe64c434f0e5bac | |
parent | 4d585022023b96f6507e8cae5ed8fc8d926f5140 [diff] [blame] |
patch 7.4.1741 Problem: Not testing utf-8 characters. Solution: Move the right asserts to the test_expr_utf8 test.
diff --git a/src/version.c b/src/version.c index 755cf65..07f1a0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1741, +/**/ 1740, /**/ 1739,