commit | 26190b27011c25caedf3b9308e47005722b3f946 | [log] [tgz] |
---|---|---|
author | snxx <snmgreenx@gmail.com> | Sat Oct 09 12:50:20 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 09 12:50:20 2021 +0100 |
tree | 97b30d91d5d162e72c655a1ffa4a6dc63bdb9723 | |
parent | 826bfe4bbd7594188e3d74d2539d9707b1c6a14b [diff] |
patch 8.2.3488: issue template is not easy to use Problem: Issue template is not easy to use. Solution: Use a yaml template. (closes #8928)
diff --git a/src/version.c b/src/version.c index 06421bb..f3fbd45 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3488, +/**/ 3487, /**/ 3486,