aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-05-06 21:28:29 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-05-06 22:35:45 -0400
commit53d99b9657933bdebe6037468ffd68cfff23be0f (patch)
tree9ee323864f3419e96b59009ccd4f201d1c4ef05c
parent210d803777a82616710fd0816fc743ed987f2347 (diff)
downloadrneovim-53d99b9657933bdebe6037468ffd68cfff23be0f.tar.gz
rneovim-53d99b9657933bdebe6037468ffd68cfff23be0f.tar.bz2
rneovim-53d99b9657933bdebe6037468ffd68cfff23be0f.zip
vim-patch:8.1.1286: running tests leaves XTest_tabpage_cmdheight file behind
Problem: Running tests leaves XTest_tabpage_cmdheight file behind. Solution: Delete the right file. (closes vim/vim#4350) https://github.com/vim/vim/commit/4fa06870e5d347c30fe55290dab87e494c8aa06a
-rw-r--r--src/nvim/testdir/test_tabpage.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_tabpage.vim b/src/nvim/testdir/test_tabpage.vim
index 3c26717b96..8043d13433 100644
--- a/src/nvim/testdir/test_tabpage.vim
+++ b/src/nvim/testdir/test_tabpage.vim
@@ -576,7 +576,7 @@ func Test_tabpage_cmdheight()
call VerifyScreenDump(buf, 'Test_tabpage_cmdheight', {})
call StopVimInTerminal(buf)
- call delete('XTest_conceal')
+ call delete('XTest_tabpage_cmdheight')
endfunc
" vim: shiftwidth=2 sts=2 expandtab