From 8f84c1da83a2ef0912325f48b23637c706f3f2f0 Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Thu, 24 Nov 2016 23:45:05 -0700 Subject: vim-patch:7.4.1707 Problem: Cannot use empty dictionary key, even though it can be useful. Solution: Allow using an empty dictionary key. https://github.com/vim/vim/commit/0921ecff1c5a74541bad6c073e8ade32247403d8 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 8f3619f1e8..e7ab593285 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -737,7 +737,7 @@ static int included_patches[] = { // 1710, // 1709 NA // 1708, - // 1707, + 1707, // 1706 NA // 1705 NA 1704, -- cgit