Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
def
echo_error(msg):
13
vim.command(
'echohl ErrorMsg'
)
14
echo(msg)
15
vim.command(
'echohl None'
)
16
17
18
def
format_exc_info(exc_info=None, tb_indent=2):
Callers
1
display_debug_info
Function · 0.85
Calls
1
echo
Function · 0.85
Tested by
no test coverage detected