Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago324 committed Feb 3, 2020
1 parent 93bc83a commit 5c72be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/blamer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function! blamer#CreatePopup(buffer_number, line_number, message) abort
\ 'wrap': 0,
\ 'highlight': 'Blamer'
\})
endfunctio
endfunction

function! blamer#Show() abort
if g:blamer_enabled == 0 || s:missing_popup_feature
Expand Down

0 comments on commit 5c72be9

Please sign in to comment.