commit | fcde67c99fbb6d7294e01b9e87d8d2ae7af31255 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 13:51:44 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 13:51:44 2021 +0200 |
tree | 03091d50ceaa70ec12f851961f6b3bc83fa8b655 | |
parent | 6fc016168249360f0524b68f72cf33efd0574d40 [diff] [blame] |
patch 8.2.3087: Gemtext files are not recognized Problem: Gemtext files are not recognized. Solution: Recognize .gmi and .gemini files. (closes #8427)
diff --git a/src/version.c b/src/version.c index 6ca650f..242b556 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3087, +/**/ 3086, /**/ 3085,