0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 7.4.1707

Problem:    Cannot use empty dictionary key, even though it can be useful.
Solution:   Allow using an empty dictionary key.
This commit is contained in:
Bram Moolenaar
2016-04-03 22:44:36 +02:00
parent e185c1efba
commit 0921ecff1c
4 changed files with 22 additions and 13 deletions

View File

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