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:
committed by
Bram Moolenaar
parent
73a16c22a4
commit
e023d49937
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4329,
|
||||
/**/
|
||||
4328,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user