diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-09-06 20:28:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-06 20:28:26 +0200 |
commit | fd4636f1b920d0063f8fbe4cfa1695f9fd46971f (patch) | |
tree | 75945d6ae51bfe2732e2b578cb5bb37381e94899 /test/functional/terminal/tui_spec.lua | |
parent | fd8b00bacd2cde1e7aa0543acf58b1a7344f8daf (diff) | |
parent | 837f31c0b48f1f8f859cab575b65d914c98b5e13 (diff) | |
download | rneovim-fd4636f1b920d0063f8fbe4cfa1695f9fd46971f.tar.gz rneovim-fd4636f1b920d0063f8fbe4cfa1695f9fd46971f.tar.bz2 rneovim-fd4636f1b920d0063f8fbe4cfa1695f9fd46971f.zip |
Merge pull request #10930 from bfredl/pagerthrottle
fixes for pager glitches and crashes
Diffstat (limited to 'test/functional/terminal/tui_spec.lua')
-rw-r--r-- | test/functional/terminal/tui_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua index 99b25cbf48..6c7d992f40 100644 --- a/test/functional/terminal/tui_spec.lua +++ b/test/functional/terminal/tui_spec.lua @@ -132,7 +132,7 @@ describe('TUI', function() -- TODO(bfredl): messes up the output (just like vim does). feed_data('g') screen:expect{grid=[[ - {8:FAIL 1} ) | + ) | {8:Error detected while processing function ManyErr:} | {11:line 2:} | {10:-- More --}{1: } | @@ -141,7 +141,7 @@ describe('TUI', function() screen:try_resize(50,10) screen:expect{grid=[[ - {8:FAIL 1} ) | + ) | {8:Error detected while processing function ManyErr:} | {11:line 2:} | {10:-- More --} | |