From: Bram Moolenaar Date: Thu, 23 May 2019 18:42:10 +0000 (+0200) Subject: patch 8.1.1370: not using the new github feature for donations X-Git-Tag: v8.1.1370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05b8b07e2770b66ab77fdb5e195cae809959bdab;p=thirdparty%2Fvim.git 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 #4417) --- diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000000..1d7ad39f95 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: https://www.vim.org/sponsor/index.php diff --git a/src/version.c b/src/version.c index 224fde2782..d2e4b90245 100644 --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1370, /**/ 1369, /**/