Open aryzing opened 2 years ago
Whenver a path has a colon, cmp-path stops working.
For example, given a log file in ./my/path/2022-08-22T10:00/log.txt, autocomplete will suggest every part of the path except log.txt,
./my/path/2022-08-22T10:00/log.txt
log.txt
INPUT SUGGESTION ./| -> my/ ./my/| -> path/ ./my/path/| -> 2022-08-22T10:00/ ./my/path/2022-08-22T10:00/| -> (no suggestions from cmp-path)
Whenver a path has a colon, cmp-path stops working.
For example, given a log file in
./my/path/2022-08-22T10:00/log.txt
, autocomplete will suggest every part of the path exceptlog.txt
,