aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_suspend.vim
Commit message (Collapse)AuthorAge
* vim-patch:8.1.1651: suspend test is flaky on some systemsJan Edmund Lazo2019-07-15
| | | | | | Problem: Suspend test is flaky on some systems. Solution: Wait for the shell prompt to show. (Yee Cheng Chin, closes vim/vim#4632) https://github.com/vim/vim/commit/999224422633935eaa8b804ce3d1c2f9ca195d0a
* vim-patch:8.1.1173: suspend test has duplicated lines (#10466)Daniel Hahler2019-07-11
| | | | | Problem: Suspend test has duplicated lines. Solution: Use a function. https://github.com/vim/vim/commit/a8356bc1734195d130c6eeaf4858356ae3a3f722
* vim-patch:8.1.0769: :stop is covered in two tests #10157Daniel Hahler2019-06-09
| | | | | | Problem: :stop is covered in two tests. Solution: Remove Test_stop_in_terminal(). Make other test exit Vim cleanly. (Ozaki Kiichi, closes vim/vim#3814) https://github.com/vim/vim/commit/3020ccb113d397ddf474001dc00a1916ad7abdee
* vim-patch:8.1.0508: suspend test fails when run by root (#9196)Jan Edmund Lazo2018-11-04
| | | | | Problem: Suspend test fails when run by root. Solution: Accept both '$' and '#' for the prompt. (James McCoy, closes vim/vim#3590) https://github.com/vim/vim/commit/0f62cf5b335968f7448af1a6f46e0104b7bc365e
* vim-patch:8.1.0428: the :suspend command is not tested (#9043)Jan Edmund Lazo2018-09-24
Problem: The :suspend command is not tested. Solution: Add a test. (Dominique Pelle, closes vim/vim#3472) https://github.com/vim/vim/commit/3b30168f04b8a2a2f1bbaa2f90be546550463146