wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.74k stars 317 forks source link

Use the right git-ls flag for untracked #405

Closed vheon closed 1 year ago

vheon commented 1 year ago

According to the documentation git ls-files help the proper flag for untracked files is --others and not --untracked.

wincent commented 1 year ago

Thanks @vheon. Looks like I misported this when I tried (but failed) to copy the Ruby version.