1
0
forked from aniani/vim

patch 8.1.0859: "%v" in 'errorformat' does handle multi-byte characters

Problem:    "%v" in 'errorformat' does handle multi-byte characters.
Solution:   Handle multi-byte characters. (Yegappan Lakshmanan, closes #3700)
This commit is contained in:
Bram Moolenaar
2019-01-31 14:27:04 +01:00
parent ce655743ba
commit c45eb770a5
3 changed files with 61 additions and 24 deletions

View File

@@ -783,6 +783,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
859,
/**/
858,
/**/