# HG changeset patch # User Bram Moolenaar # Date 1558637104 -7200 # Node ID 426bf8101214c513ef943533120374f8cfc18732 # Parent 143771cdb9d2c19e5b8888d582c5a00a7ca6a5f1 patch 8.1.1370: not using the new github feature for donations commit https://github.com/vim/vim/commit/05b8b07e2770b66ab77fdb5e195cae809959bdab Author: Bram Moolenaar 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) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,1 @@ +custom: https://www.vim.org/sponsor/index.php diff --git a/src/version.c b/src/version.c --- 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,