aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/shellwords.rs
Commit message (Collapse)AuthorAge
* Add missed test attribute in #4316 (#4557)Poliorcetics2022-11-01
|
* Correctly handle escaping in completion (#4316)Armin Ronacher2022-11-01
| | | | | * Correctly handle escaping in completion * Added escaping tests
* Fix shellwords delimiter handling (#4098)A-Walrus2022-10-21
| | | | | | | | | * Fix shellwords delimiter handling This allows commands such as `:set statusline.center ["file-type"]` to work. Before the quotes within the list would mess it up. Also added a test to ensure correct behavior * Rename Delimiter -> OnWhitespace
* Enable shellwords for Windows (with escaping disabled) (#2767)ath32022-06-21
|
* Open files with spaces in filename, allow opening multiple files (#1231)ath32021-12-12