From 29eb651a92ded3e3f008d6853f3df6693f296576 Mon Sep 17 00:00:00 2001 From: oni-link Date: Thu, 22 May 2014 11:20:45 +0200 Subject: vim-patch:7.4.281 #746 Problem: When a session file has more than one tabpage and 'showtabline' is one the positions may be slightly off. Solution: Set 'showtabline' to two while positioning windows. https://code.google.com/p/vim/source/detail?r=24c90f1fec859b54cf2b854b98c4c9e614c46061 --- 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 0d872b7291..f1c7cfec91 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -206,7 +206,7 @@ static int included_patches[] = { //284, //283, //282, - //281, + 281, 280, //279, //278, -- cgit