forked from aniani/vim
patch 8.2.5011: Replacing an autocommand requires several lines
Problem: Replacing an autocommand requires several lines. Solution: Add the "replace" flag to autocmd_add(). (Yegappan Lakshmanan, closes #10473)
This commit is contained in:
committed by
Bram Moolenaar
parent
c9a431c763
commit
971f6825ee
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
5011,
|
||||
/**/
|
||||
5010,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user