Partial suggestion filling for path parts (#1722)
* Partial suggestion filling for path parts This makes the ctrl+right partial suggestion filling take into account path parts, as it does in fish. To be precise, if the user has typed `python /home/l` and has been shown the suggestion `python /home/lgrobol/test.py`, hitting ctrl+right will only partial fill up to `python /home/lgrobol/` instead of `python /home/lgrobol/test.py` (current behaviour).
L
Loïc Grobol committed
a3e0699fe823a40f260171bbd27fe83a17ee1972
Parent: f1a0a74
Committed by GitHub <noreply@github.com>
on 11/3/2023, 3:56:15 PM