commit | ca06b30073de22dc120b532e90fbee2a10ef9772 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Thu Feb 23 15:38:49 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 15:38:49 2023 +0000 |
tree | 3e93a4fce71d6fb8b3db6ff8405353eec181d136 | |
parent | 8ad862a1f9d6f4128de856ccfabbeb7546d33b98 [diff] [blame] |
patch 9.0.1346: Starlark files are not recognized Problem: Starlark files are not recognized. Solution: Add patterns for Starlark files. (Amaan Qureshi, closes #12049)
diff --git a/src/version.c b/src/version.c index 00ed6db..fbc0b92 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1346, +/**/ 1345, /**/ 1344,