mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:20:04 +08:00
Fix pt comman din windows
should not use '.' as last argv, it will cause duplicate files in result.
This commit is contained in:
parent
25a50ab365
commit
510fb8de92
@ -52,7 +52,7 @@ else
|
|||||||
" For Pt(the platinum searcher)
|
" For Pt(the platinum searcher)
|
||||||
" NOTE: It also supports windows.
|
" NOTE: It also supports windows.
|
||||||
call denite#custom#var('file_rec', 'command',
|
call denite#custom#var('file_rec', 'command',
|
||||||
\ ['pt', '--follow', '--nocolor', '--hidden', '-g=', '.'])
|
\ ['pt', '--nocolor', '--ignore', '.git', '--hidden', '-g=', ''])
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user