diff options
author | toonn <toonn@toonn.io> | 2019-12-27 19:06:20 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-27 19:20:06 +0100 |
commit | fba70c637f47b1e43ed21e37f65ee4750f71b320 (patch) | |
tree | 62d70bcf79dda8dfb2332943a4a1e16d8e0e4ad3 /tests | |
parent | f87f7d26f31cf2690ff2ed4129102d7b2cd86bba (diff) | |
download | ranger-fba70c637f47b1e43ed21e37f65ee4750f71b320.tar.gz |
Fix fuzzy tab completion when prefix is valid dir
Fuzzy tab completion was dropping the entire valid prefix instead of showing the path relative to the current directory. ``` / $ cd usr/sh<tab> / $ cd share/ # `usr/` is dropped because it's already a valid # directory. / $ cd usr/share/ # Proper result with the fix. ``` Fixes #1792
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions