changeset 14644:3d94bbf54530 v8.1.0335

patch 8.1.0335: mkview test fails on CI commit https://github.com/vim/vim/commit/2bf4fe07b651e2a72fcfbfdb0719b402ea0b0a10 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 30 14:04:25 2018 +0200 patch 8.1.0335: mkview test fails on CI Problem: mkview test fails on CI. Solution: Attempt to force recomputing curswant after folding.
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Aug 2018 14:15:06 +0200
parents 86199aa38321
children b20684e25d7a
files src/testdir/test_mksession.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    335,
+/**/
     334,
 /**/
     333,