import { echoerr } from "https://deno.land/x/denops_std@v3.9.0/helper/echo.ts";
Echo message as an error message.
Note that this function just use ErrorMsg highlight and is not
equivalent to echoerr
command in Vim/Neovim.
WARNING:
In order to make the behavior of Vim and Neovim consistent,
timer_start()
is used internally not only in Vim but also in
Neovim. Note that this means that you cannot control the message
by prepending silent
when calling it from the Vim script.
If you want to control the message, use the setSilent
function
to change the silent state to 'silent!'
in advance, or use the
ensureSilent
function to fix the silent state to 'silent!'
during execution of any function.
Parameters
denops: Denops