Mercurial > vim
annotate .github/CODEOWNERS @ 25577:6b711b01f2ca v8.2.3325
patch 8.2.3325: digraph test fails when LC_ALL is set to "C"
Commit: https://github.com/vim/vim/commit/52eb372a04dfc5d5afef238c1b3c4a8e92020837
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 10 21:39:20 2021 +0200
patch 8.2.3325: digraph test fails when LC_ALL is set to "C"
Problem: Digraph test fails when LC_ALL is set to "C".
Solution: When restoring 'encoding' set it to "utf-8". (closes https://github.com/vim/vim/issues/8742)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 10 Aug 2021 21:45:04 +0200 |
parents | bdda48f01a68 |
children | 11b656e74444 |
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 |
61a1019de45b
patch 8.2.1594: pull requests on github do not notify a maintainer
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
12 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
|
13 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
|
14 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
|
15 runtime/autoload/netrwSettings.vim @cecamp |
22328 | 16 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
|
17 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
|
18 runtime/autoload/vimball.vim @cecamp |
23305 | 19 runtime/autoload/xmlformat.vim @chrisbra |
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/zip.vim @cecamp |
22171 | 21 runtime/compiler/checkstyle.vim @dkearns |
24468 | 22 runtime/compiler/cm3.vim @dkearns |
22328 | 23 runtime/compiler/cucumber.vim @tpope |
22171 | 24 runtime/compiler/dart.vim @dkearns |
25 runtime/compiler/dart2js.vim @dkearns | |
26 runtime/compiler/dart2native.vim @dkearns | |
27 runtime/compiler/dartanalyser.vim @dkearns | |
28 runtime/compiler/dartdevc.vim @dkearns | |
29 runtime/compiler/dartdoc.vim @dkearns | |
30 runtime/compiler/dartfmt.vim @dkearns | |
31 runtime/compiler/eruby.vim @dkearns | |
23737 | 32 runtime/compiler/fbc.vim @dkearns |
22171 | 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 |
24636 | 43 runtime/compiler/powershell.vim @heaths |
22328 | 44 runtime/compiler/rake.vim @tpope @dkearns |
22171 | 45 runtime/compiler/rhino.vim @dkearns |
22328 | 46 runtime/compiler/rspec.vim @tpope @dkearns |
22171 | 47 runtime/compiler/rubocop.vim @dkearns |
22328 | 48 runtime/compiler/ruby.vim @tpope @dkearns |
22171 | 49 runtime/compiler/rubyunit.vim @dkearns |
22328 | 50 runtime/compiler/sass.vim @tpope |
22171 | 51 runtime/compiler/se.vim @dkearns |
22565 | 52 runtime/compiler/shellcheck.vim @dkearns |
24024 | 53 runtime/compiler/sml.vim @dkearns |
25402 | 54 runtime/compiler/spectral.vim @romainl |
22171 | 55 runtime/compiler/stylelint.vim @dkearns |
56 runtime/compiler/tcl.vim @dkearns | |
57 runtime/compiler/tidy.vim @dkearns | |
58 runtime/compiler/ts-node.vim @dkearns | |
59 runtime/compiler/tsc.vim @dkearns | |
60 runtime/compiler/typedoc.vim @dkearns | |
61 runtime/compiler/xmllint.vim @dkearns | |
62 runtime/compiler/xo.vim @dkearns | |
25402 | 63 runtime/compiler/yamllint.vim @romainl |
23164 | 64 runtime/compiler/zsh.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
|
65 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
|
66 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
|
67 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
|
68 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
|
69 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
|
70 runtime/doc/pi_zip.txt @cecamp |
24636 | 71 runtime/doc/ps1.txt @heaths |
22824 | 72 runtime/ftplugin/awk.vim @dkearns |
23737 | 73 runtime/ftplugin/basic.vim @dkearns |
22328 | 74 runtime/ftplugin/bst.vim @tpope |
23164 | 75 runtime/ftplugin/cfg.vim @chrisbra |
22171 | 76 runtime/ftplugin/css.vim @dkearns |
22328 | 77 runtime/ftplugin/cucumber.vim @tpope |
22171 | 78 runtime/ftplugin/eiffel.vim @dkearns |
22328 | 79 runtime/ftplugin/eruby.vim @tpope @dkearns |
24569 | 80 runtime/ftplugin/fpcmake.vim @dkearns |
23737 | 81 runtime/ftplugin/freebasic.vim @dkearns |
22328 | 82 runtime/ftplugin/git.vim @tpope |
83 runtime/ftplugin/gitcommit.vim @tpope | |
84 runtime/ftplugin/gitconfig.vim @tpope | |
85 runtime/ftplugin/gitrebase.vim @tpope | |
86 runtime/ftplugin/gitsendemail.vim @tpope | |
23305 | 87 runtime/ftplugin/gprof.vim @dpelle |
22328 | 88 runtime/ftplugin/haml.vim @tpope |
89 runtime/ftplugin/hgcommit.vim @k-takata | |
22171 | 90 runtime/ftplugin/javascript.vim @dkearns |
91 runtime/ftplugin/javascriptreact.vim @dkearns | |
23164 | 92 runtime/ftplugin/kconfig.vim @chrisbra |
22328 | 93 runtime/ftplugin/liquid.vim @tpope |
24468 | 94 runtime/ftplugin/m3build.vim @dkearns |
95 runtime/ftplugin/m3quake.vim @dkearns | |
22328 | 96 runtime/ftplugin/markdown.vim @tpope |
97 runtime/ftplugin/matlab.vim @cecamp | |
24636 | 98 runtime/ftplugin/meson.vim @Liambeguin |
24468 | 99 runtime/ftplugin/modula3.vim @dkearns |
23164 | 100 runtime/ftplugin/nroff.vim @a-vrma |
22328 | 101 runtime/ftplugin/nsis.vim @k-takata |
24569 | 102 runtime/ftplugin/pascal.vim @dkearns |
24636 | 103 runtime/ftplugin/pbtxt.vim @lakshayg |
22328 | 104 runtime/ftplugin/pdf.vim @tpope |
24387 | 105 runtime/ftplugin/ps1.vim @heaths |
106 runtime/ftplugin/ps1xml.vim @heaths | |
22328 | 107 runtime/ftplugin/ruby.vim @tpope @dkearns |
108 runtime/ftplugin/sass.vim @tpope | |
109 runtime/ftplugin/scss.vim @tpope | |
23305 | 110 runtime/ftplugin/spec.vim @ignatenkobrain |
24636 | 111 runtime/ftplugin/systemverilog.vim @Kocha |
23737 | 112 runtime/ftplugin/tidy.vim @dkearns |
22328 | 113 runtime/ftplugin/tmux.vim @ericpruitt |
22171 | 114 runtime/ftplugin/typescript.vim @dkearns |
115 runtime/ftplugin/typescriptreact.vim @dkearns | |
23164 | 116 runtime/ftplugin/xml.vim @chrisbra |
117 runtime/ftplugin/zsh.vim @chrisbra | |
22328 | 118 runtime/indent/bst.vim @tpope |
119 runtime/indent/cucumber.vim @tpope | |
120 runtime/indent/dosbatch.vim @k-takata | |
121 runtime/indent/eruby.vim @tpope @dkearns | |
122 runtime/indent/gitconfig.vim @tpope | |
123 runtime/indent/haml.vim @tpope | |
124 runtime/indent/liquid.vim @tpope | |
24636 | 125 runtime/indent/meson.vim @Liambeguin |
22328 | 126 runtime/indent/nsis.vim @k-takata |
24387 | 127 runtime/indent/ps1.vim @heaths |
22328 | 128 runtime/indent/ruby.vim @AndrewRadev @dkearns |
129 runtime/indent/sass.vim @tpope | |
130 runtime/indent/scss.vim @tpope | |
23164 | 131 runtime/indent/sh.vim @chrisbra |
24636 | 132 runtime/indent/systemverilog.vim @Kocha |
23305 | 133 runtime/indent/teraterm.vim @k-takata |
23164 | 134 runtime/indent/xml.vim @chrisbra |
135 runtime/indent/zsh.vim @chrisbra | |
23305 | 136 runtime/keymap/tamil_tscii.vim @yegappan |
137 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim @yegappan | |
23164 | 138 runtime/pack/dist/opt/matchit/ @chrisbra |
22171 | 139 runtime/plugin/getscriptPlugin.vim @cecamp |
140 runtime/plugin/logiPat.vim @cecamp | |
141 runtime/plugin/netrwPlugin.vim @cecamp | |
142 runtime/plugin/tarPlugin.vim @cecamp | |
143 runtime/plugin/vimballPlugin.vim @cecamp | |
144 runtime/plugin/zipPlugin.vim @cecamp | |
23305 | 145 runtime/syntax/aidl.vim @dpelle |
22328 | 146 runtime/syntax/amiga.vim @cecamp |
22824 | 147 runtime/syntax/asm.vim @dkearns |
148 runtime/syntax/asmh8300.vim @dkearns | |
24636 | 149 runtime/syntax/asterisk.vim @jaunis |
22824 | 150 runtime/syntax/awk.vim @dkearns |
23737 | 151 runtime/syntax/basic.vim @dkearns |
22328 | 152 runtime/syntax/bst.vim @tpope |
23305 | 153 runtime/syntax/cabal.vim @coot |
23164 | 154 runtime/syntax/cabalconfig.vim @coot |
155 runtime/syntax/cabalproject.vim @coot | |
156 runtime/syntax/cs.vim @nickspoons | |
22328 | 157 runtime/syntax/csh.vim @cecamp |
158 runtime/syntax/cucumber.vim @tpope | |
23305 | 159 runtime/syntax/datascript.vim @dpelle |
22328 | 160 runtime/syntax/dcl.vim @cecamp |
24278 | 161 runtime/syntax/desktop.vim @e-kwsm |
24636 | 162 runtime/syntax/dot.vim @mmottl |
23305 | 163 runtime/syntax/doxygen.vim @frogonwheels |
23164 | 164 runtime/syntax/dtd.vim @chrisbra |
24636 | 165 runtime/syntax/dts.vim @zonque |
22328 | 166 runtime/syntax/elmfilt.vim @cecamp |
167 runtime/syntax/eruby.vim @tpope @dkearns | |
168 runtime/syntax/exports.vim @cecamp | |
24569 | 169 runtime/syntax/fpcmake.vim @dkearns |
22328 | 170 runtime/syntax/git.vim @tpope |
171 runtime/syntax/gitcommit.vim @tpope | |
172 runtime/syntax/gitconfig.vim @tpope | |
173 runtime/syntax/gitrebase.vim @tpope | |
23305 | 174 runtime/syntax/gprof.vim @dpelle |
24278 | 175 runtime/syntax/groff.vim @jmarshall |
22328 | 176 runtime/syntax/haml.vim @tpope |
23164 | 177 runtime/syntax/haskell.vim @coot |
22328 | 178 runtime/syntax/hgcommit.vim @k-takata |
23164 | 179 runtime/syntax/kconfig.vim @chrisbra |
24636 | 180 runtime/syntax/less.vim @genoma |
22328 | 181 runtime/syntax/lex.vim @cecamp |
182 runtime/syntax/liquid.vim @tpope | |
183 runtime/syntax/lisp.vim @cecamp | |
22171 | 184 runtime/syntax/lynx.vim @dkearns |
24468 | 185 runtime/syntax/m3build.vim @dkearns |
186 runtime/syntax/m3quake.vim @dkearns | |
22171 | 187 runtime/syntax/mailcap.vim @dkearns |
22328 | 188 runtime/syntax/make.vim @rohieb |
189 runtime/syntax/maple.vim @cecamp | |
190 runtime/syntax/markdown.vim @tpope | |
24636 | 191 runtime/syntax/meson.vim @Liambeguin |
24468 | 192 runtime/syntax/modula3.vim @dkearns |
22328 | 193 runtime/syntax/netrw.vim @cecamp |
24278 | 194 runtime/syntax/nroff.vim @jmarshall |
22328 | 195 runtime/syntax/nsis.vim @k-takata |
24569 | 196 runtime/syntax/pascal.vim @dkearns |
24636 | 197 runtime/syntax/pbtxt.vim @lakshayg |
22328 | 198 runtime/syntax/pdf.vim @tpope |
199 runtime/syntax/php.vim @TysonAndre | |
22171 | 200 runtime/syntax/privoxy.vim @dkearns |
23573 | 201 runtime/syntax/prolog.vim @XVilka |
24387 | 202 runtime/syntax/ps1.vim @heaths |
203 runtime/syntax/ps1xml.vim @heaths | |
24636 | 204 runtime/syntax/psl.vim @danielkho |
23164 | 205 runtime/syntax/rc.vim @chrisbra |
22328 | 206 runtime/syntax/rpcgen.vim @cecamp |
22171 | 207 runtime/syntax/ruby.vim @dkearns |
22328 | 208 runtime/syntax/sass.vim @tpope |
209 runtime/syntax/scss.vim @tpope | |
210 runtime/syntax/sh.vim @cecamp | |
211 runtime/syntax/sm.vim @cecamp | |
23305 | 212 runtime/syntax/spec.vim @ignatenkobrain |
23164 | 213 runtime/syntax/sqloracle.vim @chrisbra |
24278 | 214 runtime/syntax/sshconfig.vim @Jakuje |
23164 | 215 runtime/syntax/sshdconfig.vim @Jakuje |
24278 | 216 runtime/syntax/sudoers.vim @e-kwsm |
24636 | 217 runtime/syntax/systemverilog.vim @Kocha |
22328 | 218 runtime/syntax/tags.vim @cecamp |
219 runtime/syntax/teraterm.vim @k-takata | |
220 runtime/syntax/tex.vim @cecamp | |
22171 | 221 runtime/syntax/tidy.vim @dkearns |
22328 | 222 runtime/syntax/tmux.vim @ericpruitt |
223 runtime/syntax/vim.vim @cecamp | |
22171 | 224 runtime/syntax/wget.vim @dkearns |
225 runtime/syntax/xbl.vim @dkearns | |
22328 | 226 runtime/syntax/xmath.vim @cecamp |
23305 | 227 runtime/syntax/xml.vim @chrisbra |
22328 | 228 runtime/syntax/xslt.vim @Boobies |
229 runtime/syntax/xxd.vim @cecamp | |
230 runtime/syntax/yacc.vim @cecamp | |
23164 | 231 runtime/syntax/zsh.vim @chrisbra |
23305 | 232 runtime/tutor/tutor.eo @dpelle |
233 runtime/tutor/tutor.eo.utf-8 @dpelle | |
234 runtime/tutor/tutor.fr @dpelle | |
235 runtime/tutor/tutor.fr.utf-8 @dpelle | |
24636 | 236 src/iscygpty.* @k-takata |
237 src/libvterm/ @leonerd | |
23164 | 238 src/po/de.po @chrisbra |
23305 | 239 src/po/eo.po @dpelle |
240 src/po/fr.po @dpelle | |
25161 | 241 src/xxd/ @jnweiger |