commit | 280b0dc815a31b99dafc384baa415072e5f2bec1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 13:29:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 13:29:03 2020 +0200 |
tree | 426bf0843f14e9ef320851992bd27865f88dd353 | |
parent | 1089374130862e5c19745d3ff4314f0c5690baf1 [diff] [blame] |
patch 8.2.1018: typo in enum value Problem: Typo in enum value. (James McCoy) Solution: Fix the typo.
diff --git a/src/version.c b/src/version.c index 323f4b0..fdb7c9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1018, +/**/ 1017, /**/ 1016,