commit | 4df0772a41c361a1c40d220f6fad0b1e1653fc5b | [log] [tgz] |
---|---|---|
author | lagygoill <lacygoill@lacygoill.me> | Fri Mar 10 18:37:11 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 10 18:37:11 2023 +0000 |
tree | d3611ca8d53da5191cb168e59e9d1142096e89d0 | |
parent | c0bdbfb2ee026e913e23a5d6bcaa97d44d9a6406 [diff] [blame] |
patch 9.0.1399: highlight test script has a few problems Problem: Highlight test script has a few problems. Solution: Rewrite the script in Vim9 syntax. (closes #10379)
diff --git a/src/version.c b/src/version.c index eb3fc5d..56f6cb4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1399, +/**/ 1398, /**/ 1397,