commit | 907349a74331fc1bc48cf43c1e7d54cb9e0e4fc9 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Mon Jan 30 15:19:57 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 30 15:19:57 2023 +0000 |
tree | abf1e403349f9e6c43af95bd825476d04d016214 | |
parent | f2e30d0c448b9754d0d4daa901b51fbbf4c30747 [diff] [blame] |
patch 9.0.1263: KDL files are not recognized Problem: KDL files are not recognized. Solution: Add a pattern for KDL files. (Amaan Qureshi, closes #11898)
diff --git a/src/version.c b/src/version.c index bb15492..7e93b11 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1263, +/**/ 1262, /**/ 1261,