Closed PythonNut closed 7 years ago
Suppose we have a/b/, where b is an only child. auto-fu will complete a/| to a/|b which can be very annoying.
a/b/
b
auto-fu
a/|
a/|b
I've pushed a really sketchy solution, but I'm not sure there's a better way ATM.
Suppose we have
a/b/
, whereb
is an only child.auto-fu
will completea/|
toa/|b
which can be very annoying.