commit | b8f519e5382f9876ae7f8bc64d9814d07a8ef972 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 21 14:49:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 21 14:49:08 2020 +0200 |
tree | ee8402b12f9d19f039123a9d1ca652e5077192f4 | |
parent | 94738d8fab09c5563e1512f1695e047c715ad274 [diff] [blame] |
patch 8.2.1877: test for function list fails Problem: Test for function list fails. Solution: Move "obsolete" comments one line up.
diff --git a/src/version.c b/src/version.c index ce5f83a..d18f101 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1877, +/**/ 1876, /**/ 1875,