[[B]Commits] Enable sort by default
This commit is contained in:
parent
364fea3ca0
commit
87a910a127
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
\ }
|
||||
|
|
Loading…
Add table
Reference in a new issue