diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-11-20 23:50:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 06:50:30 +0800 |
commit | 07db909eb5ae2a559771068be64439eba394cd61 (patch) | |
tree | b5eee15db09280c5256223b455cbd6b934679427 /test/functional/core/startup_spec.lua | |
parent | cedf155fb5c4d687747e59f5d3fdad76a40aa069 (diff) | |
download | rneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.gz rneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.bz2 rneovim-07db909eb5ae2a559771068be64439eba394cd61.zip |
docs: misc (#31138)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'test/functional/core/startup_spec.lua')
-rw-r--r-- | test/functional/core/startup_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/core/startup_spec.lua b/test/functional/core/startup_spec.lua index 7062211187..f3c477d210 100644 --- a/test/functional/core/startup_spec.lua +++ b/test/functional/core/startup_spec.lua @@ -343,7 +343,7 @@ describe('startup', function() local screen = Screen.new(25, 3) -- Remote UI connected by --embed. -- TODO: a lot of tests in this file already use the new default color scheme. - -- once we do the batch update of tests to use it, remove this workarond + -- once we do the batch update of tests to use it, remove this workaround screen._default_attr_ids = nil command([[echo has('ttyin') has('ttyout')]]) screen:expect([[ |