commit | 364438d1e817d1d76003695f9ab533df35f8948a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 19:16:29 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 19:16:29 2022 +0000 |
tree | 7e4e522c3aa81779dd13268f660f905030d5f718 | |
parent | 9af2ea80a874cecad9acd0a1c84e8e114182bbf8 [diff] [blame] |
patch 9.0.0922: Mermaid files are not recognized Problem: Mermaid files are not recognized. Solution: Add patterns for Mermaid. (Crag MacEachern)
diff --git a/src/version.c b/src/version.c index cde6e1d..c73f1c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 922, +/**/ 921, /**/ 920,