Added new highlight group VimtexInfo

This commit is contained in:
Karl Yngve Lervåg 2015-06-20 23:44:08 +02:00
parent e6f0a7289d
commit 2e14a2b4fe

View File

@ -12,6 +12,7 @@ function! vimtex#echo#init_script() " {{{1
highlight link VimtexMsg ModeMsg
highlight link VimtexSuccess Statement
highlight link VimtexWarning WarningMsg
highlight link VimtexInfo Question
endfunction
" }}}1