mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test: Only display cursor marker in screen tests if nvim is not busy
This commit is contained in:
@@ -93,7 +93,7 @@ describe('system()', function()
|
||||
~ |
|
||||
~ |
|
||||
~ |
|
||||
^:call system("yes") |
|
||||
:call system("yes") |
|
||||
]])
|
||||
feed('<c-c>')
|
||||
screen:expect([[
|
||||
@@ -259,7 +259,7 @@ describe('systemlist()', function()
|
||||
~ |
|
||||
~ |
|
||||
~ |
|
||||
^:call systemlist("yes | xargs") |
|
||||
:call systemlist("yes | xargs") |
|
||||
]])
|
||||
feed('<c-c>')
|
||||
screen:expect([[
|
||||
|
||||
Reference in New Issue
Block a user