0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 7.4.1730

Problem:    It is not easy to get a character out of a string.
Solution:   Add strgetchar() and strcharpart().
This commit is contained in:
Bram Moolenaar
2016-04-14 15:13:46 +02:00
parent 6244a0fc29
commit 58de0e2dcc
3 changed files with 158 additions and 0 deletions

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1730,
/**/
1729,
/**/