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)
|
call latex#latexmk#errors(0)
|
||||||
redraw!
|
redraw!
|
||||||
|
|
||||||
|
echohl ModeMsg
|
||||||
|
echon "latexmk compile: "
|
||||||
if a:status
|
if a:status
|
||||||
echohl Statement
|
echohl Statement
|
||||||
echo "latexmk compile: success"
|
echon "success"
|
||||||
else
|
else
|
||||||
echohl Error
|
echohl WarningMsg
|
||||||
echo "latexmk compile: fail"
|
echon "fail"
|
||||||
endif
|
endif
|
||||||
echohl None
|
echohl None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user