diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-03-16 08:29:57 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-03-16 08:29:57 -0300 |
commit | 5199456471a5c484a10e3590d20767c6a78d34e0 (patch) | |
tree | e3a20ecbd53e72c8b552abc8fc518ca0eba2b23e /test/functional/shell/viml_system_spec.lua | |
parent | 7eee9c2a220fd1f0e600ae365e996fb56aa4cec1 (diff) | |
download | rneovim-5199456471a5c484a10e3590d20767c6a78d34e0.tar.gz rneovim-5199456471a5c484a10e3590d20767c6a78d34e0.tar.bz2 rneovim-5199456471a5c484a10e3590d20767c6a78d34e0.zip |
test: Only display cursor marker in screen tests if nvim is not busy
Diffstat (limited to 'test/functional/shell/viml_system_spec.lua')
-rw-r--r-- | test/functional/shell/viml_system_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/shell/viml_system_spec.lua b/test/functional/shell/viml_system_spec.lua index 2742e23e00..c9ae92048c 100644 --- a/test/functional/shell/viml_system_spec.lua +++ b/test/functional/shell/viml_system_spec.lua @@ -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([[ |