forked from aniani/vim
patch 8.2.5030: autocmd_add() can only handle one event and pattern
Problem: autocmd_add() can only handle one event and pattern. Solution: Support a list of events and patterns. (Yegappan Lakshmanan, closes #10483)
This commit is contained in:
committed by
Bram Moolenaar
parent
cfe456543e
commit
e0ff3a7de6
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
5030,
|
||||
/**/
|
||||
5029,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user