changeset 16736:426bf8101214 v8.1.1370

patch 8.1.1370: not using the new github feature for donations commit https://github.com/vim/vim/commit/05b8b07e2770b66ab77fdb5e195cae809959bdab Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 23 20:42:10 2019 +0200 patch 8.1.1370: not using the new github feature for donations Problem: Not using the new github feature for donations. Solution: Add a Sponsor button. (closes https://github.com/vim/vim/issues/4417)
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 May 2019 20:45:04 +0200
parents 143771cdb9d2
children e56018f01ba7
files .github/FUNDING.yml src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,1 @@
+custom: https://www.vim.org/sponsor/index.php
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1370,
+/**/
     1369,
 /**/
     1368,