Skip to content

Commit

Permalink
Fix is_git_buf_fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Sep 8, 2024
1 parent 0ade0c6 commit e3b2e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/flog/backend.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function! flog#backend#GetUserSplitCommand() abort
endfunction

function! flog#backend#IsGitBuf() abort
let l:fn = get(g:, 'flog_backend_is_git_dir_fn', 'FugitiveIsGitDir')
let l:fn = get(g:, 'flog_backend_is_git_buf_fn', 'FugitiveIsGitDir')
return call(l:fn, [])
endfunction

Expand Down

0 comments on commit e3b2e3e

Please sign in to comment.