From d7432145ff39bb3827b93009b80be3956aedcc1e Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 2 Sep 2018 23:33:48 -0400 Subject: [PATCH] vim-patch:8.1.0335: mkview test fails on CI Problem: mkview test fails on CI. Solution: Attempt to force recomputing curswant after folding. https://github.com/vim/vim/commit/2bf4fe07b651e2a72fcfbfdb0719b402ea0b0a10 --- src/nvim/testdir/test_mksession.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/testdir/test_mksession.vim b/src/nvim/testdir/test_mksession.vim index b9012745c0..8332f6bb41 100644 --- a/src/nvim/testdir/test_mksession.vim +++ b/src/nvim/testdir/test_mksession.vim @@ -160,7 +160,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