Improve highlight for callback status msg
This commit is contained in:
parent
b3b55833fe
commit
d9be80a86e
@ -79,12 +79,14 @@ function! latex#latexmk#callback(status) " {{{1
|
||||
call latex#latexmk#errors(0)
|
||||
redraw!
|
||||
|
||||
echohl ModeMsg
|
||||
echon "latexmk compile: "
|
||||
if a:status
|
||||
echohl Statement
|
||||
echo "latexmk compile: success"
|
||||
echon "success"
|
||||
else
|
||||
echohl Error
|
||||
echo "latexmk compile: fail"
|
||||
echohl WarningMsg
|
||||
echon "fail"
|
||||
endif
|
||||
echohl None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user