Merge pull request #394 from blueyed/no-echoerr

Use "echohl WarningMsg" instead of "echoerr" in no_jedi_warning
This commit is contained in:
Dave Halter
2015-04-29 15:39:09 +02:00

View File

@@ -15,7 +15,7 @@ except ImportError:
def no_jedi_warning():
vim.command('echoerr "Please install Jedi if you want to use jedi_vim."')
vim.command('echohl WarningMsg | echom "Please install Jedi if you want to use jedi_vim." | echohl None')
def echo_highlight(msg):