From 2bf4fe07b651e2a72fcfbfdb0719b402ea0b0a10 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 30 Aug 2018 14:04:25 +0200 Subject: patch 8.1.0335: mkview test fails on CI Problem: mkview test fails on CI. Solution: Attempt to force recomputing curswant after folding. --- src/testdir/test_mksession.vim | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/test_mksession.vim b/src/testdir/test_mksession.vim index ed8b10fa0..426afac92 100644 --- a/src/testdir/test_mksession.vim +++ b/src/testdir/test_mksession.vim @@ -320,7 +320,7 @@ func Test_mkview_file() " Create a view with line number and a fold. help :mkview set number - norm! V}zf + norm! V}zf0 let pos = getcurpos() let linefoldclosed1 = foldclosed('.') mkview! Xview diff --git a/src/version.c b/src/version.c index db1f8e2c8..b5cfc673a 100644 --- a/src/version.c +++ b/src/version.c @@ -794,6 +794,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 335, /**/ 334, /**/ -- cgit v1.2.1