commit | 7f0c4b418e01d6e056a74de2f22fcbad613b7591 | [log] [tgz] |
---|---|---|
author | Volodymyr Kot <volodymyr.kot.ua@gmail.com> | Sun Nov 21 12:27:13 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 21 12:27:13 2021 +0000 |
tree | 1ddc1a153917786285acc87405a0577352c5dd2f | |
parent | 4785fe02bba14c4e0aede0fa425ca790a1cb98d7 [diff] [blame] |
patch 8.2.3639: line commented out accidentally Problem: Line commented out accidentally. Solution: Uncomment. (Volodymyr Kot, closes #9172)
diff --git a/src/version.c b/src/version.c index 76cc5a4..6162d87 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3639, +/**/ 3638, /**/ 3637,