Closed chunxuan-hs closed 5 months ago
When I insert the file completion, the trigger "./" is duplicated.
E.g., to list the file/fold candidates under the current path, typing ./, a screenshot showed bellow:
./
Then I select ./bin, the results become ././bin, while I really want is just ./bin. A screenshot:
./bin
././bin
Did I trigger the path completion the wrong way, or misconfig in my setting? Thanks!
Just found I need to type "b" to get the proper insertion, navigating without additional input will insert "./" as well.
When I insert the file completion, the trigger "./" is duplicated.
E.g., to list the file/fold candidates under the current path, typing
./
, a screenshot showed bellow:Then I select
./bin
, the results become././bin
, while I really want is just./bin
. A screenshot:Did I trigger the path completion the wrong way, or misconfig in my setting? Thanks!