[Commits] Fix formatting of commit log
This commit is contained in:
parent
13b27c45c8
commit
4e603e4fab
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ function! s:commits(buffer_local, args)
|
|||
return s:warn('Not in git repository')
|
||||
endif
|
||||
|
||||
let source = 'git log '.get(g:, 'fzf_commits_log_options', '--graph --color=always '.fzf#shellescape('--format="%C(auto)%h%d %s %C(green)%cr"'))
|
||||
let source = 'git log '.get(g:, 'fzf_commits_log_options', '--graph --color=always '.fzf#shellescape('--format=%C(auto)%h%d %s %C(green)%cr'))
|
||||
let current = expand('%')
|
||||
let managed = 0
|
||||
if !empty(current)
|
||||
|
|
Loading…
Add table
Reference in a new issue