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