commit | 0c3cc2fec31521b0697edc406f85b7a43e979860 | [log] [tgz] |
---|---|---|
author | Ananda Umamil <zweimach@zweimach.org> | Sat Feb 12 10:33:56 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 10:33:56 2022 +0000 |
tree | 7e0b5243de2a51614150452f7f2d6156ab360c48 | |
parent | 41ee5b191376ee3c0394664de5a7e7d83974aaa4 [diff] [blame] |
patch 8.2.4352: ReScript files are not recognized Problem: ReScript files are not recognized. Solution: Add the *.res and *.resi patterns. (Ananda Umamil, closes #9752)
diff --git a/src/version.c b/src/version.c index 8b8d6dc..7c72e8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4352, +/**/ 4351, /**/ 4350,