MCPcopy
hub / github.com/davidhalter/jedi-vim / echo_error

Function echo_error

pythonx/jedi_vim_debug.py:12–15  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

10
11
12def echo_error(msg):
13 vim.command('echohl ErrorMsg')
14 echo(msg)
15 vim.command('echohl None')
16
17
18def format_exc_info(exc_info=None, tb_indent=2):

Callers 1

display_debug_infoFunction · 0.85

Calls 1

echoFunction · 0.85

Tested by

no test coverage detected