diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-08-16 00:20:37 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-16 00:20:37 +0200 |
commit | bb70eec17782501db35683f48136fcced9eae259 (patch) | |
tree | 2c0185c522e0c32f6a553098dc706a9ac26cb8be /test/functional/ui/screen.lua | |
parent | ab72063a52248cc5c173424d82cfee001a40e93c (diff) | |
parent | 19a28352a925b0a8502d57ec4f42b1412639aa6c (diff) | |
download | rneovim-bb70eec17782501db35683f48136fcced9eae259.tar.gz rneovim-bb70eec17782501db35683f48136fcced9eae259.tar.bz2 rneovim-bb70eec17782501db35683f48136fcced9eae259.zip |
Merge #6364 'command-line color hook'
Diffstat (limited to 'test/functional/ui/screen.lua')
-rw-r--r-- | test/functional/ui/screen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/screen.lua b/test/functional/ui/screen.lua index 5408e1e195..a6b7fb2997 100644 --- a/test/functional/ui/screen.lua +++ b/test/functional/ui/screen.lua @@ -251,7 +251,7 @@ function Screen:expect(expected, attr_ids, attr_ignore, condition, any) ..'Expected:\n |'..table.concat(msg_expected_rows, '|\n |')..'|\n' ..'Actual:\n |'..table.concat(actual_rows, '|\n |')..'|\n\n'..[[ To print the expect() call that would assert the current screen state, use -screen:snaphot_util(). In case of non-deterministic failures, use +screen:snapshot_util(). In case of non-deterministic failures, use screen:redraw_debug() to show all intermediate screen states. ]]) end end |