diff options
| author | Bram Moolenaar <Bram@vim.org> | 2018-08-30 14:04:25 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2018-08-30 14:04:25 +0200 |
| commit | 2bf4fe07b651e2a72fcfbfdb0719b402ea0b0a10 (patch) | |
| tree | 49d40f97d5ea0c170b4f692f1536a4137451e254 /src/testdir | |
| parent | 8c9e7b00f6566dc41e794ef11c93d93b034c7134 (diff) | |
| download | vim-git-2bf4fe07b651e2a72fcfbfdb0719b402ea0b0a10.tar.gz | |
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.
Diffstat (limited to 'src/testdir')
| -rw-r--r-- | src/testdir/test_mksession.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_mksession.vim b/src/testdir/test_mksession.vim index ed8b10fa0..426afac92 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 |
