Skip to content

Commit 05b8b07

Browse files
committed
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 vim#4417)
1 parent 294d9bf commit 05b8b07

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: https://www.vim.org/sponsor/index.php

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,8 @@ static char *(features[]) =
767767

768768
static int included_patches[] =
769769
{ /* Add new patch number below this line */
770+
/**/
771+
1370,
770772
/**/
771773
1369,
772774
/**/

0 commit comments

Comments
 (0)