[[B]Commits] Enable sort by default

This commit is contained in:
Junegunn Choi 2017-03-03 12:20:44 +09:00
parent 364fea3ca0
commit 87a910a127
No known key found for this signature in database
GPG key ID: 254BC280FEF9C627

View file

@ -1031,7 +1031,7 @@ function! s:commits(buffer_local, args)
let options = {
\ 'source': source,
\ 'sink*': s:function('s:commits_sink'),
\ 'options': '--ansi --multi --no-sort --tiebreak=index --reverse '.
\ 'options': '--ansi --multi --tiebreak=index --reverse '.
\ '--inline-info --prompt "'.command.'> " --bind=ctrl-s:toggle-sort '.
\ '--expect='.expect_keys
\ }