commit | 44e08c1cf83f5a50f8b21613551304a6651c1161 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Thu Feb 23 20:31:08 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 20:31:08 2023 +0000 |
tree | 0b3779ba537443dca0cf0c16c741449cc775eb56 | |
parent | 2824d1ee325ea61855c26f77e7a4e095b9606720 [diff] [blame] |
patch 9.0.1348: Un-grammar files are not recognized Problem: Un-grammar files are not recognized. Solution: Add patterns for Un-grammar files. (Amaan Qureshi, closes #12034)
diff --git a/src/version.c b/src/version.c index 23d7a2f..023548b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1348, +/**/ 1347, /**/ 1346,