Tags: DongRih/helix
Tags
Fix utf8 length handling for shellwords (helix-editor#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