commit | a4467c433a767cc2dc046ff134094c1b6305b678 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 09 22:07:11 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 09 22:07:11 2023 +0100 |
tree | 69f5ac25bc00a46faef006b56b413c4a6f937fa4 | |
parent | 916d6dd5b1834293e21a72ef70175aae57e78fba [diff] [blame] |
patch 9.0.1535: test commented out in a wrong way Problem: Test commented out in a wrong way. Solution: Use legacy script comment character.
diff --git a/src/version.c b/src/version.c index 1665096..8da355b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1535, +/**/ 1534, /**/ 1533,