0
0
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:
Bram Moolenaar
2007-09-17 20:21:33 +00:00
parent b91d177ecc
commit ad6c2274e8
2 changed files with 3 additions and 1 deletions

View File

@@ -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];

View File

@@ -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,
/**/ /**/