From: Bram Moolenaar Date: Thu, 30 Aug 2018 12:04:25 +0000 (+0200) Subject: patch 8.1.0335: mkview test fails on CI X-Git-Tag: v8.1.0335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf4fe07b651e2a72fcfbfdb0719b402ea0b0a10;p=thirdparty%2Fvim.git patch 8.1.0335: mkview test fails on CI Problem: mkview test fails on CI. Solution: Attempt to force recomputing curswant after folding. --- diff --git a/src/testdir/test_mksession.vim b/src/testdir/test_mksession.vim index ed8b10fa03..426afac925 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 db1f8e2c81..b5cfc673a4 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, /**/