From 27b5fa59f57130fc0396284a42a8f99d59dbecb6 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sun, 1 Jan 2017 21:26:51 -0500 Subject: vim-patch:7.4.1656 Problem: Crash when using partial with a timer. Solution: Increment partial reference count. (Hirohito Higashi) https://github.com/vim/vim/commit/92e35efaf6a3278e4729115648997f09cd4005f5 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(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 8526a94cc1..7da0572eb3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -786,7 +786,7 @@ static int included_patches[] = { // 1659 NA 1658, // 1657 NA - // 1656, + 1656, // 1655 NA 1654, // 1653 NA -- cgit