annotate .github/CODEOWNERS @ 22163:b6d36f0b4f03 v8.2.1631

patch 8.2.1631: test_fails() does not check the context of the line number Commit: https://github.com/vim/vim/commit/9bd5d879c2ecfbdbb168b090e12f4b89724a302e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 6 21:47:48 2020 +0200 patch 8.2.1631: test_fails() does not check the context of the line number Problem: test_fails() does not check the context of the line number. Solution: Use another argument to specify the context of the line number.
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Sep 2020 22:00:03 +0200
parents ef9ad6556cbc
children d4c7b3e9cd17
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22089
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 # Lines starting with '#' are comments.
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 # Each line is a file pattern followed by one or more owners.
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 # You can use github users with @user or email addresses
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 # These owners will be the default owners for everything in the repo.
22111
ef9ad6556cbc patch 8.2.1605: default maintainer on github is wrong
Bram Moolenaar <Bram@vim.org>
parents: 22089
diff changeset
6 * @brammool
22089
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8 # Order is important. The last matching pattern has the most precedence.
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
9 # So if a pull request only touches javascript files, only these owners
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
10 # will be requested to review.
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
11
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
12 src/libvterm/* @leonerd
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
13
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
14 runtime/autoload/getscript.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
15 runtime/autoload/netrw.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
16 runtime/autoload/netrwFileHandlers.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
17 runtime/autoload/netrwSettings.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
18 runtime/autoload/tar.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
19 runtime/autoload/vimball.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
20 runtime/autoload/zip.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
21 runtime/doc/pi_getscript.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
22 runtime/doc/pi_logipat.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
23 runtime/doc/pi_netrw.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
24 runtime/doc/pi_tar.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
25 runtime/doc/pi_vimball.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
26 runtime/doc/pi_zip.txt @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
27 runtime/plugin/getscriptPlugin.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
28 runtime/plugin/logiPat.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
29 runtime/plugin/netrwPlugin.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
30 runtime/plugin/tarPlugin.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
31 runtime/plugin/vimballPlugin.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
32 runtime/plugin/zipPlugin.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
33 runtime/plugin/amiga.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
34 runtime/plugin/csh.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
35 runtime/plugin/dcl.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
36 runtime/plugin/wlmfilt.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
37 runtime/plugin/exports.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
38 runtime/plugin/lex.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
39 runtime/plugin/lisp.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
40 runtime/plugin/maple.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
41 runtime/plugin/netrw.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
42 runtime/plugin/rpcgen.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
43 runtime/plugin/sh.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
44 runtime/plugin/sm.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
45 runtime/plugin/tags.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
46 runtime/plugin/tex.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
47 runtime/plugin/vim.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
48 runtime/plugin/xmath.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
49 runtime/plugin/xxd.vim @cecamp
61a1019de45b patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
50 runtime/plugin/yacc.vim @cecamp