Skip to content

Commit

Permalink
Fix name of backend user command setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Sep 7, 2024
1 parent ee6743f commit c33638a
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 @@ -4,7 +4,7 @@
"

function! flog#backend#GetUserCommand() abort
return get(g:, 'flog_backend_ex_cmd', 'Git')
return get(g:, 'flog_backend_user_cmd', 'Git')
endfunction

function! flog#backend#IsGitBuf() abort
Expand Down

0 comments on commit c33638a

Please sign in to comment.