Fix typo with variable scope.

This commit is contained in:
Andy Stewart
2015-03-10 12:11:04 +01:00
parent 11b6813b94
commit 1a7f1c5bf6

View File

@@ -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()