]> granicus.if.org Git - vim/commitdiff
patch 8.2.1605: default maintainer on github is wrong v8.2.1605
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 16:40:44 +0000 (18:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 16:40:44 +0000 (18:40 +0200)
Problem:    Defyyyyyyyyyyyyyyyyyyyyyyyub is wrong.
Solution:   Use Bram's account.

.github/CODEOWNERS
src/version.c

index ff85bd5035474df7c525e247581c1c6de2ddd0ba..4385f93573a24d835246e7215f7ac357e16a0c5d 100644 (file)
@@ -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
index 6b71a1464ef4e000bf594f104f70fcac809ac753..69aececd0f0204a043ba3660c1d5b1d1a4ddad5a 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1605,
 /**/
     1604,
 /**/