Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information