helix-mods/helix-term
Ivan Gulakov 2cccb3f09c
Fix completion on paths containing spaces (#6779)
There was an issue with autocompletion of a path with a space in it.

Before:

:o test\ dir -> <TAB> -> test\ dirfile1

After:

:o test\ dir -> <TAB> -> test\ dir\file1
2023-05-18 15:27:29 +09:00
..
src Fix completion on paths containing spaces (#6779) 2023-05-18 15:27:29 +09:00
tests cleanup integration tests 2023-05-18 15:20:55 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
build.rs feat(lsp): pass client_info on initialization (#4904) 2022-12-08 21:57:03 -06:00
Cargo.toml build(deps): bump libc from 0.2.142 to 0.2.144 (#7000) 2023-05-09 09:30:11 +09:00