-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix diagnostic truncatign for multi-byte chars
In some cases where a mult-byte character was at the truncation point it could get broken and end with with things like `<e2><86>` in the output. Use `strtrans` to get the string as it would be printed, then `strchars` and `strdisplaywidth` to truncate to handle both multi-byte and wide characters. Add changelog for duplicate word completion and prepare to tag for release.
- Loading branch information
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters