Skip to content

Commit

Permalink
Fix typo with variable scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Mar 10, 2015
1 parent 11b6813 commit 1a7f1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/gitgutter/utility.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1a7f1c5

Please sign in to comment.