mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 12:33:47 -05:00
Fix typo with variable scope.
This commit is contained in:
@@ -6,7 +6,7 @@ function! gitgutter#utility#warn(message)
|
||||
echohl WarningMsg
|
||||
echo 'vim-gitgutter: ' . a:message
|
||||
echohl None
|
||||
let b:warningmsg = a:message
|
||||
let v:warningmsg = a:message
|
||||
endfunction
|
||||
|
||||
function! gitgutter#utility#is_active()
|
||||
|
||||
Reference in New Issue
Block a user