changeset 22111:ef9ad6556cbc v8.2.1605

patch 8.2.1605: default maintainer on github is wrong Commit: https://github.com/vim/vim/commit/b02628b8a20ad0c42a097207b3b49ae5169d04d7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 18:40:44 2020 +0200 patch 8.2.1605: default maintainer on github is wrong Problem: Defyyyyyyyyyyyyyyyyyyyyyyyub is wrong. Solution: Use Bram's account.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 18:45:04 +0200
parents 81c3f5c5f4f4
children 0c20a211a4ef
files .github/CODEOWNERS src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -3,7 +3,7 @@
 # You can use github users with @user or email addresses
 
 # These owners will be the default owners for everything in the repo.
-*       @defunkt
+*       @brammool
 
 # Order is important. The last matching pattern has the most precedence.
 # So if a pull request only touches javascript files, only these owners
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1605,
+/**/
     1604,
 /**/
     1603,