commit | 4c0089d696b8d1d5dc40568f25ea5738fa5bbffb | [log] [tgz] |
---|---|---|
author | THARAK HEGDE <120558797+captainhaddock18@users.noreply.github.com> | Sun Jul 09 02:38:28 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 09 02:38:28 2023 +0100 |
tree | 79a524757e4c2b44bd2e5e343d2a4e8db24aa7e2 | |
parent | 16abd997c99b1a40fb0ba54889ce0cf44d7585b4 [diff] [blame] |
patch 9.0.1677: typo in syntax test input file Problem: Typo in syntax test input file. Solution: Fix the typo and the expected dump files. (THARAK HEGDE, closes #12635)
diff --git a/src/version.c b/src/version.c index 0a2deee..8e470ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1677, +/**/ 1676, /**/ 1675,