Display signature checks with error colors
This commit is contained in:
parent
3d3fd4e618
commit
fb89903e5e
1 changed files with 2 additions and 0 deletions
|
@ -182,9 +182,11 @@ echo "Found local configuration in .vim.local ; validating..."
|
|||
try
|
||||
call CheckSignature( ".vim.local/vimrc" , ".vim.local/signature" )
|
||||
catch /.*/
|
||||
echohl ErrorMsg
|
||||
echo " "
|
||||
echo " -> SIGNATURE VERIFICATION FAILED"
|
||||
echo " "
|
||||
echohl None
|
||||
finish
|
||||
endtry
|
||||
echo " -> Using local configuration."
|
||||
|
|
Loading…
Reference in a new issue