commit | 1755a91851f7022fdd3eecfbd2cc0b508a2f2a8f | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu May 19 10:31:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 19 10:31:47 2022 +0100 |
tree | d0b3e630953275b71ee1a97a9bdfa55912b19415 | |
parent | aaadb5b6f76ea03e5eb460121f3dbf46ad04ce50 [diff] [blame] |
patch 8.2.4981: it is not possible to manipulate autocommands Problem: It is not possible to manipulate autocommands. Solution: Add functions to add, get and set autocommands. (Yegappan Lakshmanan, closes #10291)
diff --git a/src/version.c b/src/version.c index 90d9618..01c1f2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4981, +/**/ 4980, /**/ 4979,