diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-21 19:09:50 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-21 19:09:50 +0200 |
| commit | 10f119ab87442a9798bdd2d375b167fca5a0c62d (patch) | |
| tree | 9db1c7094b4b998fa4090169d3d59b46ad24629a /test/functional/terminal/ex_terminal_spec.lua | |
| parent | f50e03f2e35cf4bee8cedb2c95bf9619f3b57bc2 (diff) | |
| parent | 48f0542ad6f923443ab4bba858aae2d9558f8d76 (diff) | |
| download | rneovim-10f119ab87442a9798bdd2d375b167fca5a0c62d.tar.gz rneovim-10f119ab87442a9798bdd2d375b167fca5a0c62d.tar.bz2 rneovim-10f119ab87442a9798bdd2d375b167fca5a0c62d.zip | |
Merge #6539 'More cursor shape modes'
Diffstat (limited to 'test/functional/terminal/ex_terminal_spec.lua')
| -rw-r--r-- | test/functional/terminal/ex_terminal_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/ex_terminal_spec.lua b/test/functional/terminal/ex_terminal_spec.lua index 154374cda9..be0fd9f8ff 100644 --- a/test/functional/terminal/ex_terminal_spec.lua +++ b/test/functional/terminal/ex_terminal_spec.lua @@ -26,7 +26,7 @@ describe(':terminal', function() feed_command([[terminal while true; do echo X; done]]) helpers.feed([[<C-\><C-N>]]) wait() - helpers.sleep(10) -- Let some terminal activity happen. + screen:sleep(10) -- Let some terminal activity happen. feed_command("messages") screen:expect([[ msg1 | |