From 8be91867b3c0b3ed75adb87d16cfdf8e3db8bcba Mon Sep 17 00:00:00 2001 From: KillTheMule Date: Fri, 29 Apr 2016 19:59:46 +0200 Subject: vim-patch:7.4.889 Problem: Triggering OptionSet from setwinvar() isn't tested. Solution: Add a test. (Christian Brabandt) https://github.com/vim/vim/commit/74b738d414b2895b3365e26ae3b7792eb82ccf47 Mark 7.4.889 as merged Done in https://github.com/neovim/neovim/commit/9bd8fcde1e82cb535abe46ff508de7029d8f686e --- 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 b9e97f205e..3de61ea69f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -789,7 +789,7 @@ static int included_patches[] = { // 892 NA 891, // 890 NA - // 889, + 889, 888, 887, // 886 NA -- cgit