commit | 87f74106f96737e7b8ceaafe1a131aa718077de6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 25 18:59:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 25 18:59:25 2022 +0100 |
tree | 662910141521e064fbf889b7cc14ccd9d3f1b10d | |
parent | 1f435dafff2452e0b55d1ca457ce7402e526e92a [diff] [blame] |
patch 8.2.4827: typo in variable name Problem: Typo in variable name. (Gabriel Dupras) Solution: Rename the variable.
diff --git a/src/version.c b/src/version.c index 8017f83..2998d2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4827, +/**/ 4826, /**/ 4825,