Explorar o código

Prepend [vim-plug] to error messages

Junegunn Choi %!s(int64=10) %!d(string=hai) anos
pai
achega
0c710f75f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plug.vim

+ 1 - 1
plug.vim

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