Prepend [vim-plug] to error messages

This commit is contained in:
Junegunn Choi 2015-11-15 22:41:30 +09:00
parent 8292b3f31a
commit 0c710f75f4

View file

@ -297,7 +297,7 @@ endif
function! s:err(msg)
echohl ErrorMsg
echom a:msg
echom '[vim-plug] '.a:msg
echohl None
return 0
endfunction