commit | 040674129f3382822eeb7b590380efa5228124a8 | [log] [tgz] |
---|---|---|
author | Hugo Osvaldo Barrera <hugo@barrera.io> | Wed Jun 29 13:48:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 29 13:48:49 2022 +0100 |
tree | 3b0597992ba9aa1c1142f5dc26b9243643602591 | |
parent | d14bb1aef9a142f403aa16298c23db2751de9391 [diff] [blame] |
patch 9.0.0005: hare files are not recognized Problem: Hare files are not recognized. Solution: Add a filetype pattern. (Hugo Osvaldo Barrera, closes #10630)
diff --git a/src/version.c b/src/version.c index dd99f85..0e6758f 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5, +/**/ 4, /**/ 3,