Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
let g:loaded_foo_vim += 1
let foo#bar = {}
func foo#bar.echo()
let g:called_foo_bar_echo += 1
endfunc
func foo#addFoo(head)
return a:head .. 'foo'
func foo#()
return 'empty'