mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 19:43:47 -05:00
Use echo instead of echom.
No need to save the warnings in the messages list.
This commit is contained in:
@@ -4,7 +4,7 @@ let s:exit_code = 0
|
||||
|
||||
function! gitgutter#utility#warn(message)
|
||||
echohl WarningMsg
|
||||
echomsg 'vim-gitgutter: ' . a:message
|
||||
echo 'vim-gitgutter: ' . a:message
|
||||
echohl None
|
||||
let b:warningmsg = a:message
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user