From 598f69b05e7a76597331a2d8174f27d10d673f18 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Tue, 23 Dec 2014 14:15:31 +0100 Subject: vim-patch:7.4.491 Problem: When winrestview() has a negative "topline" value there are display errors. Solution: Correct a negative value to 1. (Hirohito Higashi) https://code.google.com/p/vim/source/detail?r=v7-4-491 --- 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 9a5d3fefe8..81601e8d8f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -247,7 +247,7 @@ static int included_patches[] = { 494, 493, //492, - //491, + 491, //490, //489, //488, -- cgit