1
0
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:
Yegappan Lakshmanan
2022-05-24 11:40:11 +01:00
committed by Bram Moolenaar
parent c9a431c763
commit 971f6825ee
5 changed files with 58 additions and 11 deletions

View File

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