mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.1-115
This commit is contained in:
@@ -6704,7 +6704,7 @@ get_dict_tv(arg, rettv, evaluate)
|
|||||||
dict_T *d = NULL;
|
dict_T *d = NULL;
|
||||||
typval_T tvkey;
|
typval_T tvkey;
|
||||||
typval_T tv;
|
typval_T tv;
|
||||||
char_u *key;
|
char_u *key = NULL;
|
||||||
dictitem_T *item;
|
dictitem_T *item;
|
||||||
char_u *start = skipwhite(*arg + 1);
|
char_u *start = skipwhite(*arg + 1);
|
||||||
char_u buf[NUMBUFLEN];
|
char_u buf[NUMBUFLEN];
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
115,
|
||||||
/**/
|
/**/
|
||||||
114,
|
114,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user