1
0
forked from aniani/vim

patch 8.2.1871: using %v in 'errorformat' may fail before %Z

Problem:    Using %v in 'errorformat' may fail before %Z.
Solution:   Set qf_viscol only when qf_col is set. (closes #7169)
This commit is contained in:
Bram Moolenaar
2020-10-20 14:59:12 +02:00
parent 39ca4127a0
commit c95940c06a
3 changed files with 20 additions and 1 deletions

View File

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