mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-21 17:18:40 +08:00
[[B]Commits] Enable sort by default
This commit is contained in:
@@ -1031,7 +1031,7 @@ function! s:commits(buffer_local, args)
|
|||||||
let options = {
|
let options = {
|
||||||
\ 'source': source,
|
\ 'source': source,
|
||||||
\ 'sink*': s:function('s:commits_sink'),
|
\ '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 '.
|
\ '--inline-info --prompt "'.command.'> " --bind=ctrl-s:toggle-sort '.
|
||||||
\ '--expect='.expect_keys
|
\ '--expect='.expect_keys
|
||||||
\ }
|
\ }
|
||||||
|
|||||||
Reference in New Issue
Block a user