commit | 58de0e2dcc1f2d251b74892a06d71a14973f3187 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 15:13:46 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 15:13:46 2016 +0200 |
tree | 73357af1942325ac46de5990a06d872d1e626118 | |
parent | 6244a0fc29163ba1c734f92b55a89e01e6cf2a67 [diff] [blame] |
patch 7.4.1730 Problem: It is not easy to get a character out of a string. Solution: Add strgetchar() and strcharpart().
diff --git a/src/version.c b/src/version.c index 2683123..7132e0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1730, +/**/ 1729, /**/ 1728,