summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-08-30 14:04:25 +0200
committerBram Moolenaar <Bram@vim.org>2018-08-30 14:04:25 +0200
commit2bf4fe07b651e2a72fcfbfdb0719b402ea0b0a10 (patch)
tree49d40f97d5ea0c170b4f692f1536a4137451e254
parent8c9e7b00f6566dc41e794ef11c93d93b034c7134 (diff)
patch 8.1.0335: mkview test fails on CIv8.1.0335
Problem: mkview test fails on CI. Solution: Attempt to force recomputing curswant after folding.
-rw-r--r--src/testdir/test_mksession.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 335,
+/**/
334,
/**/
333,