NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
4.02k stars 236 forks source link

Bugfix: default telescope sorter with directory picker #1183

Closed CKolkey closed 8 months ago

CKolkey commented 8 months ago

When choosing a directory with the default telescope sorter, do not select ".." if it's highlighted while there's something else written in the prompt.

This still respects if the user types "..", since thats used instead of the selection.

closes #1180