Prepend [vim-plug] to error messages
This commit is contained in:
parent
8292b3f31a
commit
0c710f75f4
1 changed files with 1 additions and 1 deletions
2
plug.vim
2
plug.vim
|
@ -297,7 +297,7 @@ endif
|
||||||
|
|
||||||
function! s:err(msg)
|
function! s:err(msg)
|
||||||
echohl ErrorMsg
|
echohl ErrorMsg
|
||||||
echom a:msg
|
echom '[vim-plug] '.a:msg
|
||||||
echohl None
|
echohl None
|
||||||
return 0
|
return 0
|
||||||
endfunction
|
endfunction
|
||||||
|
|
Loading…
Reference in a new issue