helix/helix-term/src/commands
Michael Davis 67f1fe20c3
Fix command line completion replacement for quoted items
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'`
2025-05-31 09:56:54 -04:00
..
dap.rs syntax: Move config types to a separate module 2025-05-13 18:30:21 -04:00
lsp.rs syntax: Move config types to a separate module 2025-05-13 18:30:21 -04:00
typed.rs Fix command line completion replacement for quoted items 2025-05-31 09:56:54 -04:00