andreyorst / fzf.kak

FZF for Kakoune
MIT License
143 stars 33 forks source link

fzf-vcs issues when ran from subdir #42

Closed jcpetruzza closed 5 years ago

jcpetruzza commented 5 years ago

I sometimes run kak from a particular directory within a git repo (e.g. if it's a big repo, and I only care about a smaller part). If I then try to use fzf-vcs, whichever file I chose, it will fail to open since it will use the relative path from the root of the repository.

A related question is whether all files should be listed in this case or only those beneath the cwd. In my opinion, the latter would be a better (default) behavior.

andreyorst commented 5 years ago

Oops. I don't use these commands myself, because I work on remote server mounted with sshfs, and my machine has more recent version of SVN, which isn't compatible with the one on the remote, so these commands are may not have been tested properly.

I'll check this asap.

andreyorst commented 5 years ago

should work fine now, testing is welcome

jcpetruzza commented 5 years ago

This is now working for me, thanks a lot!