diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-04-21 06:08:36 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-04-21 06:10:42 +0800 |
commit | 4c5a2e8ebfab9a91fea8f6750354d202ea7ac48a (patch) | |
tree | 6aab2f2d5a71206f53eb58fe39ca949e32c1fb28 /src | |
parent | 5600766b41276686a4ca9c36d5e746160b3d0923 (diff) | |
download | rneovim-4c5a2e8ebfab9a91fea8f6750354d202ea7ac48a.tar.gz rneovim-4c5a2e8ebfab9a91fea8f6750354d202ea7ac48a.tar.bz2 rneovim-4c5a2e8ebfab9a91fea8f6750354d202ea7ac48a.zip |
vim-patch:8.2.4796: file left behind after running cursorline tests
Problem: File left behind after running cursorline tests.
Solution: Uncomment the line that deletes the file.
https://github.com/vim/vim/commit/da1050cd6fbb67cfde5b4a149d8d9db80bb4351c
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_cursorline.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_cursorline.vim b/src/nvim/testdir/test_cursorline.vim index 13ca320561..45593a2429 100644 --- a/src/nvim/testdir/test_cursorline.vim +++ b/src/nvim/testdir/test_cursorline.vim @@ -343,7 +343,7 @@ func Test_cursorline_cursorbind_horizontal_scroll() call VerifyScreenDump(buf, 'Test_hor_scroll_4', {}) call StopVimInTerminal(buf) - "call delete('Xhor_scroll') + call delete('Xhor_scroll') endfunc |