mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
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.
This commit is contained in:
@@ -219,5 +219,8 @@ return {
|
||||
cmd_opts = {
|
||||
"output";
|
||||
};
|
||||
echo_opts = {
|
||||
"verbose";
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user