You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/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
1 year ago
..
src Fix completion on paths containing spaces (#6779) 1 year ago
tests cleanup integration tests 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump libc from 0.2.142 to 0.2.144 (#7000) 1 year ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago