From 94a08e8186dc69756098e23f07b416a1dcf10207 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sun, 1 Jan 2017 21:47:50 -0500 Subject: vim-patch:7.4.1839 Problem: Cannot get the items stored in a partial. Solution: Support using get() on a partial. https://github.com/vim/vim/commit/2bbf8eff6fab16d86e7bcfc0da1962d31bec7891 The content of this was already applied in the partials PR, but no commit mentioned the upstream patch. --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 8bb6b8f822..bcf00863f0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -601,7 +601,7 @@ static int included_patches[] = { 1842, 1841, 1840, - // 1839, + 1839, // 1838 NA 1837, 1836, -- cgit