commit | 0921ecff1c5a74541bad6c073e8ade32247403d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 22:44:36 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 22:44:36 2016 +0200 |
tree | b35a348a88d035fbb75131cbfee3bdcb7809ac40 | |
parent | e185c1efba3cb2611ac303c39a08e908497cbac4 [diff] [blame] |
patch 7.4.1707 Problem: Cannot use empty dictionary key, even though it can be useful. Solution: Allow using an empty dictionary key.
diff --git a/src/version.c b/src/version.c index 4502f7f..2f1e01b 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1707, +/**/ 1706, /**/ 1705,