0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -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;
typval_T tvkey;
typval_T tv;
char_u *key;
char_u *key = NULL;
dictitem_T *item;
char_u *start = skipwhite(*arg + 1);
char_u buf[NUMBUFLEN];