commit | f7b398c6a9476a2004a42555b731ebf47b866408 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 15:46:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 15:46:35 2020 +0200 |
tree | e7ef8af71ec774f4d788816df6da446dee1a394d | |
parent | beae4084fd34c56d43787be73588070ddc474251 [diff] [blame] |
patch 8.2.0623: typo in test comment Problem: Typo in test comment. (Christ van Willegen) Solution: Avoid mixing up a data structure with a body part.
diff --git a/src/version.c b/src/version.c index 7bfe8b0..b226873 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 623, +/**/ 622, /**/ 621,