commit | 4014e2ceb03b8aeb947a0c671a099b677c8f2d5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 23 20:00:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 23 20:00:50 2020 +0200 |
tree | 46ff9f43766582b3850fe6f481a0b693c222be85 | |
parent | df069eec3b90401e880e9b0e258146d8f36c474d [diff] [blame] |
patch 8.2.1043: %a item in 'statusline' not tested Problem: %a item in 'statusline' not tested. Solution: Add a test. (Dominique Pellé, closes #6318)
diff --git a/src/version.c b/src/version.c index f4afb9a..cf2d868 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1043, +/**/ 1042, /**/ 1041,