commit | 040e795e8da05ff38cc896528d4dcad100f0b584 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Sun Jan 22 13:10:39 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 13:10:39 2023 +0000 |
tree | 0f0c017166e7e60133e737a0b78a7d96c8f6e2c9 | |
parent | 145a6afe3a4be54689af5233710c85346ba1e5da [diff] [blame] |
patch 9.0.1229: Cap'n Proto files are not recognized Problem: Cap'n Proto files are not recognized. Solution: Add a pattern and the "capnp" filetype. (Amaan Qureshi, closes #11862)
diff --git a/src/version.c b/src/version.c index 361567b..80d8444 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1229, +/**/ 1228, /**/ 1227,