commit | b06b50dfa06e1cbefd634e2735e7cd5ddd5b911c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 26 21:39:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 26 21:39:25 2021 +0200 |
tree | 61ddb474009cad97f133f581df93aaee8a6568b5 | |
parent | bb01a1ef3a093cdb36877ba73474719c531dc8cb [diff] [blame] |
patch 8.2.2814: Vim9: unused variable Problem: Vim9: unused variable. (John Marriott) Solution: Adjust #ifdef.
diff --git a/src/version.c b/src/version.c index aea6465..d1ece11 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2814, +/**/ 2813, /**/ 2812,