1
0
forked from aniani/vim

patch 8.2.4329: no support for end line number and column in 'errorformat'

Problem:    No support for end line number and column in 'errorformat'.
Solution:   Add %e and %k. (closes #9624)
This commit is contained in:
haya14busa
2022-02-08 18:09:29 +00:00
committed by Bram Moolenaar
parent 73a16c22a4
commit e023d49937
4 changed files with 88 additions and 18 deletions

View File

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