mirror of https://github.com/helix-editor/helix
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 feedbackpull/4816/merge
parent
685cd383a3
commit
62d046fa21
Loading…
Reference in New Issue