Skip to content

Commit

Permalink
Merge pull request #82 from ichizok/fix/autoload
Browse files Browse the repository at this point in the history
Fix lack of `undotree#` prefix
  • Loading branch information
mbbill committed Oct 27, 2017
2 parents 0a01447 + 5ea2de6 commit cdbb902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/undotree.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ function! undotree#UndotreeShow()
endfunction

function! undotree#UndotreeFocus()
if UndotreeIsVisible()
if undotree#UndotreeIsVisible()
call t:undotree.SetFocus()
endif
endfunction

0 comments on commit cdbb902

Please sign in to comment.