commit | 971f6825ee845828bd5c8869487928a3f32cd467 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue May 24 11:40:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 24 11:40:11 2022 +0100 |
tree | 05a3c033c0ed013b0b4f80feb4d163aa1d2f1e14 | |
parent | c9a431c7638ecebb6f2cb3eabd0e1b2b5e269c1e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 110535c..5ea047a 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5011, +/**/ 5010, /**/ 5009,