commit | 1321257317b7d28228a6a9a0d612f81f70290b4c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 22:01:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 22:01:30 2021 +0200 |
tree | 704d59ea9d88618e5e0f5fa7110acd74be377e16 | |
parent | e041dde7bb9157644fa5135a252c84924b9ea433 [diff] [blame] |
patch 8.2.3273: autocmd test fails Problem: Autocmd test fails. Solution: Require white space before the "{" that starts a block.
diff --git a/src/version.c b/src/version.c index ba58b23..b15034e 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3273, +/**/ 3272, /**/ 3271,