yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.51k stars 201 forks source link

Filename completion should not stop at directory boundary if that directory only contains a single item #1036

Open ethercrow opened 7 years ago

ethercrow commented 7 years ago

Imagine you have a single file in a deeply nested directory, like Control/Data/Monad/Comonad/Lens.hs. Doing :tabe Co<Tab> in vim keymap should complete all the way to Lens.hs, not just to Control/.