diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-09-02 23:33:48 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-09-02 23:33:56 -0400 |
commit | d7432145ff39bb3827b93009b80be3956aedcc1e (patch) | |
tree | 379657bb55491adaaac5c099d07c4466577cfb53 | |
parent | bd7371f4605032f015df9ab76ab5b25d61854932 (diff) | |
download | rneovim-d7432145ff39bb3827b93009b80be3956aedcc1e.tar.gz rneovim-d7432145ff39bb3827b93009b80be3956aedcc1e.tar.bz2 rneovim-d7432145ff39bb3827b93009b80be3956aedcc1e.zip |
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
-rw-r--r-- | src/nvim/testdir/test_mksession.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |