From c824e7b2d2c9ef7fc97049c094e00f26adb43550 Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Mon, 30 Jun 2014 17:58:56 -0400 Subject: vim-patch:7.4.311 Problem: Can't use winrestview to only restore part of the view. Solution: Handle missing items in the dict. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-311 --- 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 cd11dfe1d0..ae9151c972 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -426,7 +426,7 @@ static int included_patches[] = { 314, 313, 312, - //311, + 311, 310, 309, 308, -- cgit