commit | 4ed914b18a47192f79f342bea5e8f59e120d5260 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Thu Mar 02 12:51:18 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 12:51:18 2023 +0000 |
tree | f4b1abbe1d5d143f7b7a9f36837f04b3f2c78df7 | |
parent | e0f869196930ef5f25a0ac41c9215b09c9ce2d3c [diff] [blame] |
patch 9.0.1368: Bass files are not recognized Problem: Bass files are not recognized. Solution: Add patterns for Bass files. (Amaan Qureshi, closes #12088)
diff --git a/src/version.c b/src/version.c index a370b3b..48bebad 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1368, +/**/ 1367, /**/ 1366,