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

Function echo_highlight

pythonx/jedi_vim.py:105–107  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

103
104
105def echo_highlight(msg):
106 vim_command('echohl WarningMsg | echom "jedi-vim: {0}" | echohl None'.format(
107 str(msg).replace('"', '\\"')))
108
109
110jedi_path = os.path.join(os.path.dirname(__file__), 'jedi')

Callers 8

jedi_vim.pyFile · 0.85
gotoFunction · 0.85
_goto_specific_nameFunction · 0.85
usagesFunction · 0.85
show_documentationFunction · 0.85
do_renameFunction · 0.85
py_importFunction · 0.85
set_bufferFunction · 0.85

Calls 1

vim_commandFunction · 0.85

Tested by

no test coverage detected