mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-04-22 07:38:00 +08:00
By default git-status won't include new files in new directories.
E.g.
foo/bar/baz.txt # "baz.txt" is a new file in a new directory "bar".
$ git status --short
?? foo/bar/