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-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
1 year ago
..
src Fix utf8 length handling for shellwords (#5738) 1 year ago
tests Fix compatibility with toml 0.6.0 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump ahash from 0.8.2 to 0.8.3 (#5743) 1 year ago