[Commits] Fix formatting of commit log

This commit is contained in:
Junegunn Choi 2017-08-27 05:10:36 +09:00
parent 13b27c45c8
commit 4e603e4fab
No known key found for this signature in database
GPG key ID: 254BC280FEF9C627

View file

@ -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)