commit | c9b6570fab46bf2c246a954cfb8c0d95fe2746b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 21:37:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 21:37:29 2022 +0100 |
tree | 01ee001281e3e2dd039d661f19ddf09291334d3c | |
parent | 3fbf6cd355de2212e9227f57d545592aae3f688f [diff] [blame] |
patch 9.0.0203: confusing variable name Problem: Confusing variable name. Solution: Use "prim_aep" instead of "spell_aep".
diff --git a/src/version.c b/src/version.c index 6d2ef9c..f901eea 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 203, +/**/ 202, /**/ 201,