1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-21 16:16:06 +02:00
helix/helix-core
Mike Trinkala 62d046fa21
Fix utf8 length handling for shellwords (#5738)
If the last argument to shellwords ends in a multibyte utf8 character
the entire argument will be dropped.
e.g. `:sh echo test1 test2ð’€€` will only output `test1`

Add additional tests based on the code review feedback
2023-02-01 16:07:42 -06:00
..
src Fix utf8 length handling for shellwords (#5738) 2023-02-01 16:07:42 -06:00
tests Fix compatibility with toml 0.6.0 2023-01-24 12:50:46 -06:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml build(deps): bump ahash from 0.8.2 to 0.8.3 (#5743) 2023-01-30 17:48:21 -06:00