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

Function vim_command

pythonx/jedi_vim.py:89–90  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

87
88
89def vim_command(string):
90 _catch_exception(string, is_eval=False)
91
92
93def vim_eval(string):

Callers 10

echo_highlightFunction · 0.85
choose_environmentFunction · 0.85
show_goto_multi_resultsFunction · 0.85
clear_call_signaturesFunction · 0.85
cmdline_call_signaturesFunction · 0.85
renameFunction · 0.85
do_renameFunction · 0.85
set_bufferFunction · 0.85
_tabnewFunction · 0.85

Calls 1

_catch_exceptionFunction · 0.85

Tested by

no test coverage detected