Mercurial > vim
annotate .github/CODEOWNERS @ 24909:09d222e89a84 v8.2.2992
patch 8.2.2992: Vim9: completion for :disassemble is incomplete
Commit: https://github.com/vim/vim/commit/4ee9d8e04daa97a3d0a19d7d2eed76b7721301e6
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 13 18:38:48 2021 +0200
patch 8.2.2992: Vim9: completion for :disassemble is incomplete
Problem: Vim9: completion for :disassemble is incomplete.
Solution: Recognize the "debug" and "profile" arguments.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 13 Jun 2021 18:45:03 +0200 |
parents | 840665e74421 |
children | 84c7dc0fdcd2 |
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 |
22171 | 54 runtime/compiler/stylelint.vim @dkearns |
55 runtime/compiler/tcl.vim @dkearns | |
56 runtime/compiler/tidy.vim @dkearns | |
57 runtime/compiler/ts-node.vim @dkearns | |
58 runtime/compiler/tsc.vim @dkearns | |
59 runtime/compiler/typedoc.vim @dkearns | |
60 runtime/compiler/xmllint.vim @dkearns | |
61 runtime/compiler/xo.vim @dkearns | |
23164 | 62 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
|
63 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
|
64 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
|
65 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
|
66 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
|
67 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
|
68 runtime/doc/pi_zip.txt @cecamp |
24636 | 69 runtime/doc/ps1.txt @heaths |
22824 | 70 runtime/ftplugin/awk.vim @dkearns |
23737 | 71 runtime/ftplugin/basic.vim @dkearns |
22328 | 72 runtime/ftplugin/bst.vim @tpope |
23164 | 73 runtime/ftplugin/cfg.vim @chrisbra |
22171 | 74 runtime/ftplugin/css.vim @dkearns |
22328 | 75 runtime/ftplugin/cucumber.vim @tpope |
22171 | 76 runtime/ftplugin/eiffel.vim @dkearns |
22328 | 77 runtime/ftplugin/eruby.vim @tpope @dkearns |
24569 | 78 runtime/ftplugin/fpcmake.vim @dkearns |
23737 | 79 runtime/ftplugin/freebasic.vim @dkearns |
22328 | 80 runtime/ftplugin/git.vim @tpope |
81 runtime/ftplugin/gitcommit.vim @tpope | |
82 runtime/ftplugin/gitconfig.vim @tpope | |
83 runtime/ftplugin/gitrebase.vim @tpope | |
84 runtime/ftplugin/gitsendemail.vim @tpope | |
23305 | 85 runtime/ftplugin/gprof.vim @dpelle |
22328 | 86 runtime/ftplugin/haml.vim @tpope |
87 runtime/ftplugin/hgcommit.vim @k-takata | |
22171 | 88 runtime/ftplugin/javascript.vim @dkearns |
89 runtime/ftplugin/javascriptreact.vim @dkearns | |
23164 | 90 runtime/ftplugin/kconfig.vim @chrisbra |
22328 | 91 runtime/ftplugin/liquid.vim @tpope |
24468 | 92 runtime/ftplugin/m3build.vim @dkearns |
93 runtime/ftplugin/m3quake.vim @dkearns | |
22328 | 94 runtime/ftplugin/markdown.vim @tpope |
95 runtime/ftplugin/matlab.vim @cecamp | |
24636 | 96 runtime/ftplugin/meson.vim @Liambeguin |
24468 | 97 runtime/ftplugin/modula3.vim @dkearns |
23164 | 98 runtime/ftplugin/nroff.vim @a-vrma |
22328 | 99 runtime/ftplugin/nsis.vim @k-takata |
24569 | 100 runtime/ftplugin/pascal.vim @dkearns |
24636 | 101 runtime/ftplugin/pbtxt.vim @lakshayg |
22328 | 102 runtime/ftplugin/pdf.vim @tpope |
24387 | 103 runtime/ftplugin/ps1.vim @heaths |
104 runtime/ftplugin/ps1xml.vim @heaths | |
22328 | 105 runtime/ftplugin/ruby.vim @tpope @dkearns |
106 runtime/ftplugin/sass.vim @tpope | |
107 runtime/ftplugin/scss.vim @tpope | |
23305 | 108 runtime/ftplugin/spec.vim @ignatenkobrain |
24636 | 109 runtime/ftplugin/systemverilog.vim @Kocha |
23737 | 110 runtime/ftplugin/tidy.vim @dkearns |
22328 | 111 runtime/ftplugin/tmux.vim @ericpruitt |
22171 | 112 runtime/ftplugin/typescript.vim @dkearns |
113 runtime/ftplugin/typescriptreact.vim @dkearns | |
23164 | 114 runtime/ftplugin/xml.vim @chrisbra |
115 runtime/ftplugin/zsh.vim @chrisbra | |
22328 | 116 runtime/indent/bst.vim @tpope |
117 runtime/indent/cucumber.vim @tpope | |
118 runtime/indent/dosbatch.vim @k-takata | |
119 runtime/indent/eruby.vim @tpope @dkearns | |
120 runtime/indent/gitconfig.vim @tpope | |
121 runtime/indent/haml.vim @tpope | |
122 runtime/indent/liquid.vim @tpope | |
24636 | 123 runtime/indent/meson.vim @Liambeguin |
22328 | 124 runtime/indent/nsis.vim @k-takata |
24387 | 125 runtime/indent/ps1.vim @heaths |
22328 | 126 runtime/indent/ruby.vim @AndrewRadev @dkearns |
127 runtime/indent/sass.vim @tpope | |
128 runtime/indent/scss.vim @tpope | |
23164 | 129 runtime/indent/sh.vim @chrisbra |
24636 | 130 runtime/indent/systemverilog.vim @Kocha |
23305 | 131 runtime/indent/teraterm.vim @k-takata |
23164 | 132 runtime/indent/xml.vim @chrisbra |
133 runtime/indent/zsh.vim @chrisbra | |
23305 | 134 runtime/keymap/tamil_tscii.vim @yegappan |
135 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim @yegappan | |
23164 | 136 runtime/pack/dist/opt/matchit/ @chrisbra |
22171 | 137 runtime/plugin/getscriptPlugin.vim @cecamp |
138 runtime/plugin/logiPat.vim @cecamp | |
139 runtime/plugin/netrwPlugin.vim @cecamp | |
140 runtime/plugin/tarPlugin.vim @cecamp | |
141 runtime/plugin/vimballPlugin.vim @cecamp | |
142 runtime/plugin/zipPlugin.vim @cecamp | |
23305 | 143 runtime/syntax/aidl.vim @dpelle |
22328 | 144 runtime/syntax/amiga.vim @cecamp |
22824 | 145 runtime/syntax/asm.vim @dkearns |
146 runtime/syntax/asmh8300.vim @dkearns | |
24636 | 147 runtime/syntax/asterisk.vim @jaunis |
22824 | 148 runtime/syntax/awk.vim @dkearns |
23737 | 149 runtime/syntax/basic.vim @dkearns |
22328 | 150 runtime/syntax/bst.vim @tpope |
23305 | 151 runtime/syntax/cabal.vim @coot |
23164 | 152 runtime/syntax/cabalconfig.vim @coot |
153 runtime/syntax/cabalproject.vim @coot | |
154 runtime/syntax/cs.vim @nickspoons | |
22328 | 155 runtime/syntax/csh.vim @cecamp |
156 runtime/syntax/cucumber.vim @tpope | |
23305 | 157 runtime/syntax/datascript.vim @dpelle |
22328 | 158 runtime/syntax/dcl.vim @cecamp |
24278 | 159 runtime/syntax/desktop.vim @e-kwsm |
24636 | 160 runtime/syntax/dot.vim @mmottl |
23305 | 161 runtime/syntax/doxygen.vim @frogonwheels |
23164 | 162 runtime/syntax/dtd.vim @chrisbra |
24636 | 163 runtime/syntax/dts.vim @zonque |
22328 | 164 runtime/syntax/elmfilt.vim @cecamp |
165 runtime/syntax/eruby.vim @tpope @dkearns | |
166 runtime/syntax/exports.vim @cecamp | |
24569 | 167 runtime/syntax/fpcmake.vim @dkearns |
22328 | 168 runtime/syntax/git.vim @tpope |
169 runtime/syntax/gitcommit.vim @tpope | |
170 runtime/syntax/gitconfig.vim @tpope | |
171 runtime/syntax/gitrebase.vim @tpope | |
23305 | 172 runtime/syntax/gprof.vim @dpelle |
24278 | 173 runtime/syntax/groff.vim @jmarshall |
22328 | 174 runtime/syntax/haml.vim @tpope |
23164 | 175 runtime/syntax/haskell.vim @coot |
22328 | 176 runtime/syntax/hgcommit.vim @k-takata |
23164 | 177 runtime/syntax/kconfig.vim @chrisbra |
24636 | 178 runtime/syntax/less.vim @genoma |
22328 | 179 runtime/syntax/lex.vim @cecamp |
180 runtime/syntax/liquid.vim @tpope | |
181 runtime/syntax/lisp.vim @cecamp | |
22171 | 182 runtime/syntax/lynx.vim @dkearns |
24468 | 183 runtime/syntax/m3build.vim @dkearns |
184 runtime/syntax/m3quake.vim @dkearns | |
22171 | 185 runtime/syntax/mailcap.vim @dkearns |
22328 | 186 runtime/syntax/make.vim @rohieb |
187 runtime/syntax/maple.vim @cecamp | |
188 runtime/syntax/markdown.vim @tpope | |
24636 | 189 runtime/syntax/meson.vim @Liambeguin |
24468 | 190 runtime/syntax/modula3.vim @dkearns |
22328 | 191 runtime/syntax/netrw.vim @cecamp |
24278 | 192 runtime/syntax/nroff.vim @jmarshall |
22328 | 193 runtime/syntax/nsis.vim @k-takata |
24569 | 194 runtime/syntax/pascal.vim @dkearns |
24636 | 195 runtime/syntax/pbtxt.vim @lakshayg |
22328 | 196 runtime/syntax/pdf.vim @tpope |
197 runtime/syntax/php.vim @TysonAndre | |
22171 | 198 runtime/syntax/privoxy.vim @dkearns |
23573 | 199 runtime/syntax/prolog.vim @XVilka |
24387 | 200 runtime/syntax/ps1.vim @heaths |
201 runtime/syntax/ps1xml.vim @heaths | |
24636 | 202 runtime/syntax/psl.vim @danielkho |
23164 | 203 runtime/syntax/rc.vim @chrisbra |
22328 | 204 runtime/syntax/rpcgen.vim @cecamp |
22171 | 205 runtime/syntax/ruby.vim @dkearns |
22328 | 206 runtime/syntax/sass.vim @tpope |
207 runtime/syntax/scss.vim @tpope | |
208 runtime/syntax/sh.vim @cecamp | |
209 runtime/syntax/sm.vim @cecamp | |
23305 | 210 runtime/syntax/spec.vim @ignatenkobrain |
23164 | 211 runtime/syntax/sqloracle.vim @chrisbra |
24278 | 212 runtime/syntax/sshconfig.vim @Jakuje |
23164 | 213 runtime/syntax/sshdconfig.vim @Jakuje |
24278 | 214 runtime/syntax/sudoers.vim @e-kwsm |
24636 | 215 runtime/syntax/systemverilog.vim @Kocha |
22328 | 216 runtime/syntax/tags.vim @cecamp |
217 runtime/syntax/teraterm.vim @k-takata | |
218 runtime/syntax/tex.vim @cecamp | |
22171 | 219 runtime/syntax/tidy.vim @dkearns |
22328 | 220 runtime/syntax/tmux.vim @ericpruitt |
221 runtime/syntax/vim.vim @cecamp | |
22171 | 222 runtime/syntax/wget.vim @dkearns |
223 runtime/syntax/xbl.vim @dkearns | |
22328 | 224 runtime/syntax/xmath.vim @cecamp |
23305 | 225 runtime/syntax/xml.vim @chrisbra |
22328 | 226 runtime/syntax/xslt.vim @Boobies |
227 runtime/syntax/xxd.vim @cecamp | |
228 runtime/syntax/yacc.vim @cecamp | |
23164 | 229 runtime/syntax/zsh.vim @chrisbra |
23305 | 230 runtime/tutor/tutor.eo @dpelle |
231 runtime/tutor/tutor.eo.utf-8 @dpelle | |
232 runtime/tutor/tutor.fr @dpelle | |
233 runtime/tutor/tutor.fr.utf-8 @dpelle | |
24636 | 234 src/iscygpty.* @k-takata |
235 src/libvterm/ @leonerd | |
23164 | 236 src/po/de.po @chrisbra |
23305 | 237 src/po/eo.po @dpelle |
238 src/po/fr.po @dpelle |