commit | 882476ad7b4944a8386993e94b7e31139a314f91 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 01 16:02:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 01 16:02:38 2022 +0100 |
tree | 65c8b0ef8ee9ea32e6c92b4f48e622e86c6ae6cc | |
parent | 409510c588b1eec1ae33511ae97a21eb8e110895 [diff] [blame] |
patch 8.2.5051: check for autocmd_add() event argument is confusing Problem: Check for autocmd_add() event argument is confusing. Solution: Make the code more straightforward.
diff --git a/src/version.c b/src/version.c index ba8688b..9df4167 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5051, +/**/ 5050, /**/ 5049,