help wanted
Description
- [ X] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [X ] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
- [ X] I have read through the manual page of fzf (
man fzf) - [X ] I have searched through the existing issues
Windows10 Vim 8.2
command! -bang -nargs=? -complete=dir GitFiles
\ call fzf#vim#gitfiles(<q-args>, fzf#vim#with_preview('right:50%', '?'), <bang>0)
