commit | 641e48c2248ccb3c25a5cdaa3709f16152d8c77d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 16:09:26 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 16:09:26 2015 +0200 |
tree | a172d568851003cf7357ff228262e1905263d9d5 | |
parent | 3a304b23823b089e499063e8211c5695d049f3ba [diff] [blame] |
patch 7.4.755 Problem: It is not easy to count the number of characters. Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken Takata)
diff --git a/src/version.c b/src/version.c index eeef1c7..e712dc4 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 755, +/**/ 754, /**/ 753,