mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-28 10:31:14 +00:00
If there are multiple files in a subdirectory that are candidates for completion, only complete the common directory prefix to reduce the number of completion candidates shown at once. This matches the normal shell completion of file paths.