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