diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-12-16 13:50:12 +0100 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2022-12-20 21:43:42 +0100 |
commit | b42d8a43b9f1b3316e73108ebefc4850b1a2c65b (patch) | |
tree | 408d480448e23225291092952c789888e2b60f25 /test/functional/ui/options_spec.lua | |
parent | f04087d8ba0623d1946eefe0f71d5f3e92d58c14 (diff) | |
download | rneovim-b42d8a43b9f1b3316e73108ebefc4850b1a2c65b.tar.gz rneovim-b42d8a43b9f1b3316e73108ebefc4850b1a2c65b.tar.bz2 rneovim-b42d8a43b9f1b3316e73108ebefc4850b1a2c65b.zip |
refactor(tui): use nvim_echo() for verbose terminfo
This is needed for #18375 for the obvious reasons.
note: verbose_terminfo_event is only temporarily needed
until the full TUI process refactor is merged.
Diffstat (limited to 'test/functional/ui/options_spec.lua')
-rw-r--r-- | test/functional/ui/options_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ui/options_spec.lua b/test/functional/ui/options_spec.lua index 6f9cea8f24..9d20229ce1 100644 --- a/test/functional/ui/options_spec.lua +++ b/test/functional/ui/options_spec.lua @@ -24,6 +24,7 @@ describe('UI receives option updates', function() termguicolors=false, ttimeout=true, ttimeoutlen=50, + verbose=0, ext_cmdline=false, ext_popupmenu=false, ext_tabline=false, |