Mercurial > vim
annotate .github/CODEOWNERS @ 23128:448da19cb3d5 v8.2.2110
patch 8.2.2110: cannot use ":shell" when reading from stdin
Commit: https://github.com/vim/vim/commit/8e1cbb55c389bdc4eade7a67309d5042fbcdca7d
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Dec 8 19:36:21 2020 +0100
patch 8.2.2110: cannot use ":shell" when reading from stdin
Problem: Cannot use ":shell" when reading from stdin. (Gary Johnson)
Solution: Revert patch 8.2.1833.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 08 Dec 2020 19:45:04 +0100 |
parents | 8dad79c661d1 |
children | 99ef85ff1af4 |
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. |
22328 | 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 |
22328 | 12 src/iscygpty.* @k-takata |
13 src/libvterm/ @leonerd | |
22089
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
14 |
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/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
|
16 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
|
17 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
|
18 runtime/autoload/netrwSettings.vim @cecamp |
22328 | 19 runtime/autoload/rubycomplete.vim @segfault @dkearns |
22089
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/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
|
21 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
|
22 runtime/autoload/zip.vim @cecamp |
22171 | 23 runtime/compiler/checkstyle.vim @dkearns |
22328 | 24 runtime/compiler/cucumber.vim @tpope |
22171 | 25 runtime/compiler/dart.vim @dkearns |
26 runtime/compiler/dart2js.vim @dkearns | |
27 runtime/compiler/dart2native.vim @dkearns | |
28 runtime/compiler/dartanalyser.vim @dkearns | |
29 runtime/compiler/dartdevc.vim @dkearns | |
30 runtime/compiler/dartdoc.vim @dkearns | |
31 runtime/compiler/dartfmt.vim @dkearns | |
32 runtime/compiler/eruby.vim @dkearns | |
33 runtime/compiler/gawk.vim @dkearns | |
34 runtime/compiler/gjs.vim @dkearns | |
22328 | 35 runtime/compiler/haml.vim @tpope |
22171 | 36 runtime/compiler/javac.vim @dkearns |
37 runtime/compiler/jest.vim @dkearns | |
38 runtime/compiler/jjs.vim @dkearns | |
39 runtime/compiler/jshint.vim @dkearns | |
40 runtime/compiler/jsonlint.vim @dkearns | |
22565 | 41 runtime/compiler/lazbuild.vim @dkearns |
22171 | 42 runtime/compiler/php.vim @dkearns |
22328 | 43 runtime/compiler/rake.vim @tpope @dkearns |
22171 | 44 runtime/compiler/rhino.vim @dkearns |
22328 | 45 runtime/compiler/rspec.vim @tpope @dkearns |
22171 | 46 runtime/compiler/rubocop.vim @dkearns |
22328 | 47 runtime/compiler/ruby.vim @tpope @dkearns |
22171 | 48 runtime/compiler/rubyunit.vim @dkearns |
22328 | 49 runtime/compiler/sass.vim @tpope |
22171 | 50 runtime/compiler/se.vim @dkearns |
22565 | 51 runtime/compiler/shellcheck.vim @dkearns |
22171 | 52 runtime/compiler/stylelint.vim @dkearns |
53 runtime/compiler/tcl.vim @dkearns | |
54 runtime/compiler/tidy.vim @dkearns | |
55 runtime/compiler/ts-node.vim @dkearns | |
56 runtime/compiler/tsc.vim @dkearns | |
57 runtime/compiler/typedoc.vim @dkearns | |
58 runtime/compiler/xmllint.vim @dkearns | |
59 runtime/compiler/xo.vim @dkearns | |
22089
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
60 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
|
61 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
|
62 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
|
63 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
|
64 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
|
65 runtime/doc/pi_zip.txt @cecamp |
22824 | 66 runtime/ftplugin/awk.vim @dkearns |
22328 | 67 runtime/ftplugin/bst.vim @tpope |
22171 | 68 runtime/ftplugin/css.vim @dkearns |
22328 | 69 runtime/ftplugin/cucumber.vim @tpope |
22171 | 70 runtime/ftplugin/eiffel.vim @dkearns |
22328 | 71 runtime/ftplugin/eruby.vim @tpope @dkearns |
72 runtime/ftplugin/git.vim @tpope | |
73 runtime/ftplugin/gitcommit.vim @tpope | |
74 runtime/ftplugin/gitconfig.vim @tpope | |
75 runtime/ftplugin/gitrebase.vim @tpope | |
76 runtime/ftplugin/gitsendemail.vim @tpope | |
77 runtime/ftplugin/haml.vim @tpope | |
78 runtime/ftplugin/hgcommit.vim @k-takata | |
22171 | 79 runtime/ftplugin/javascript.vim @dkearns |
80 runtime/ftplugin/javascriptreact.vim @dkearns | |
22328 | 81 runtime/ftplugin/liquid.vim @tpope |
82 runtime/ftplugin/markdown.vim @tpope | |
83 runtime/ftplugin/matlab.vim @cecamp | |
84 runtime/ftplugin/nsis.vim @k-takata | |
85 runtime/ftplugin/pdf.vim @tpope | |
86 runtime/ftplugin/ruby.vim @tpope @dkearns | |
87 runtime/ftplugin/sass.vim @tpope | |
88 runtime/ftplugin/scss.vim @tpope | |
89 runtime/ftplugin/tmux.vim @ericpruitt | |
22171 | 90 runtime/ftplugin/typescript.vim @dkearns |
91 runtime/ftplugin/typescriptreact.vim @dkearns | |
22328 | 92 runtime/indent/bst.vim @tpope |
93 runtime/indent/cucumber.vim @tpope | |
94 runtime/indent/dosbatch.vim @k-takata | |
95 runtime/indent/eruby.vim @tpope @dkearns | |
96 runtime/indent/gitconfig.vim @tpope | |
97 runtime/indent/haml.vim @tpope | |
98 runtime/indent/liquid.vim @tpope | |
99 runtime/indent/nsis.vim @k-takata | |
100 runtime/indent/ruby.vim @AndrewRadev @dkearns | |
101 runtime/indent/sass.vim @tpope | |
102 runtime/indent/scss.vim @tpope | |
103 runtime/indent/teraterm.vim @k-takata | |
22171 | 104 runtime/plugin/getscriptPlugin.vim @cecamp |
105 runtime/plugin/logiPat.vim @cecamp | |
106 runtime/plugin/netrwPlugin.vim @cecamp | |
107 runtime/plugin/tarPlugin.vim @cecamp | |
108 runtime/plugin/vimballPlugin.vim @cecamp | |
109 runtime/plugin/zipPlugin.vim @cecamp | |
22328 | 110 runtime/syntax/amiga.vim @cecamp |
22824 | 111 runtime/syntax/asm.vim @dkearns |
112 runtime/syntax/asmh8300.vim @dkearns | |
113 runtime/syntax/awk.vim @dkearns | |
22328 | 114 runtime/syntax/bst.vim @tpope |
115 runtime/syntax/csh.vim @cecamp | |
116 runtime/syntax/cucumber.vim @tpope | |
117 runtime/syntax/dcl.vim @cecamp | |
118 runtime/syntax/elmfilt.vim @cecamp | |
119 runtime/syntax/eruby.vim @tpope @dkearns | |
120 runtime/syntax/exports.vim @cecamp | |
121 runtime/syntax/git.vim @tpope | |
122 runtime/syntax/gitcommit.vim @tpope | |
123 runtime/syntax/gitconfig.vim @tpope | |
124 runtime/syntax/gitrebase.vim @tpope | |
125 runtime/syntax/haml.vim @tpope | |
126 runtime/syntax/hgcommit.vim @k-takata | |
127 runtime/syntax/lex.vim @cecamp | |
128 runtime/syntax/liquid.vim @tpope | |
129 runtime/syntax/lisp.vim @cecamp | |
22171 | 130 runtime/syntax/lynx.vim @dkearns |
131 runtime/syntax/mailcap.vim @dkearns | |
22328 | 132 runtime/syntax/make.vim @rohieb |
133 runtime/syntax/make.vim @rohieb | |
134 runtime/syntax/maple.vim @cecamp | |
135 runtime/syntax/markdown.vim @tpope | |
136 runtime/syntax/netrw.vim @cecamp | |
137 runtime/syntax/nsis.vim @k-takata | |
138 runtime/syntax/pdf.vim @tpope | |
139 runtime/syntax/php.vim @TysonAndre | |
22171 | 140 runtime/syntax/privoxy.vim @dkearns |
22328 | 141 runtime/syntax/rpcgen.vim @cecamp |
22171 | 142 runtime/syntax/ruby.vim @dkearns |
22328 | 143 runtime/syntax/sass.vim @tpope |
144 runtime/syntax/scss.vim @tpope | |
145 runtime/syntax/sh.vim @cecamp | |
146 runtime/syntax/sm.vim @cecamp | |
147 runtime/syntax/tags.vim @cecamp | |
148 runtime/syntax/teraterm.vim @k-takata | |
149 runtime/syntax/tex.vim @cecamp | |
22171 | 150 runtime/syntax/tidy.vim @dkearns |
22328 | 151 runtime/syntax/tmux.vim @ericpruitt |
152 runtime/syntax/vim.vim @cecamp | |
22171 | 153 runtime/syntax/wget.vim @dkearns |
154 runtime/syntax/xbl.vim @dkearns | |
22328 | 155 runtime/syntax/xmath.vim @cecamp |
156 runtime/syntax/xslt.vim @Boobies | |
157 runtime/syntax/xxd.vim @cecamp | |
158 runtime/syntax/yacc.vim @cecamp |