commit | b140c114f641ac4cd4fb04e7bdec031295264a8d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 29 17:06:05 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 29 17:06:05 2023 +0100 |
tree | 5bbabb1d442dd29cc62a822ac44c96fccf6798bd | |
parent | 9cf6ab133227ac7e9169941752293bb7178d8e38 [diff] [blame] |
patch 9.0.1589: filetype test contains too many special characters Problem: Filetype test contains too many special characters. Solution: Use Vim9 syntax for a few things.
diff --git a/src/version.c b/src/version.c index 34c8456..a4bf15b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1589, +/**/ 1588, /**/ 1587,