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 ed8b10f..426afac 100644
--- a/src/testdir/test_mksession.vim
+++ b/src/testdir/test_mksession.vim
@@ -320,7 +320,7 @@
   " 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 db1f8e2..b5cfc67 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    335,
+/**/
     334,
 /**/
     333,