mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-25 04:16:51 +08:00
Compare commits
1 Commits
master
...
revert-500
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
529894d769 |
@@ -511,9 +511,9 @@ function! fzf#vim#gitfiles(args, ...)
|
|||||||
endif
|
endif
|
||||||
if a:args != '?'
|
if a:args != '?'
|
||||||
return s:fzf('gfiles', {
|
return s:fzf('gfiles', {
|
||||||
\ 'source': 'git ls-files -z '.a:args.(s:is_win ? '' : ' | uniq'),
|
\ 'source': 'git ls-files '.a:args.(s:is_win ? '' : ' | uniq'),
|
||||||
\ 'dir': root,
|
\ 'dir': root,
|
||||||
\ 'options': '--read0 -m --prompt "GitFiles> "'
|
\ 'options': '-m --prompt "GitFiles> "'
|
||||||
\}, a:000)
|
\}, a:000)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user