mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
With a directory with spaces in the name (for example `mkdir -p 'Temp/Abc Def'`), completing `Temp/Ab` would create a completion item `'Temp/AbAbc Def'`. Now it correctly completes `'Temp/Abc Def'`