commit | 97c554d5149c2aa4a43d689c59563e77277265d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 29 12:45:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 29 12:45:47 2022 +0000 |
tree | a2ed52f99d79fdd6512144aa8735d69124a002e1 | |
parent | 24714a191659b89c26bd7acd5934590d1c5c51d2 [diff] [blame] |
patch 8.2.4251: vala files are not recognized Problem: Vala files are not recognized. Solution: Add the *.vala pattern. (closes #9654)
diff --git a/src/version.c b/src/version.c index 0657a15..84300ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4251, +/**/ 4250, /**/ 4249,