Mercurial > vim
annotate .github/CODEOWNERS @ 23537:7f0fc2ab90e3 v8.2.2311
patch 8.2.2311: Vim9: cannot assign to variable that shadows command modifier
Commit: https://github.com/vim/vim/commit/17126b13969c3b91516a8e9ff80fb6a1f6924d40
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jan 7 22:03:02 2021 +0100
patch 8.2.2311: Vim9: cannot assign to variable that shadows command modifier
Problem: Vim9: cannot assign to a variable that shadows a command modifier.
Solution: Check for assignment after possible command modifier.
(closes #7632)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 07 Jan 2021 22:15:05 +0100 |
parents | 15fa3923cc49 |
children | e2e2cc5d0856 |
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 |
23305 | 22 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
|
23 runtime/autoload/zip.vim @cecamp |
22171 | 24 runtime/compiler/checkstyle.vim @dkearns |
22328 | 25 runtime/compiler/cucumber.vim @tpope |
22171 | 26 runtime/compiler/dart.vim @dkearns |
27 runtime/compiler/dart2js.vim @dkearns | |
28 runtime/compiler/dart2native.vim @dkearns | |
29 runtime/compiler/dartanalyser.vim @dkearns | |
30 runtime/compiler/dartdevc.vim @dkearns | |
31 runtime/compiler/dartdoc.vim @dkearns | |
32 runtime/compiler/dartfmt.vim @dkearns | |
33 runtime/compiler/eruby.vim @dkearns | |
34 runtime/compiler/gawk.vim @dkearns | |
35 runtime/compiler/gjs.vim @dkearns | |
22328 | 36 runtime/compiler/haml.vim @tpope |
22171 | 37 runtime/compiler/javac.vim @dkearns |
38 runtime/compiler/jest.vim @dkearns | |
39 runtime/compiler/jjs.vim @dkearns | |
40 runtime/compiler/jshint.vim @dkearns | |
41 runtime/compiler/jsonlint.vim @dkearns | |
22565 | 42 runtime/compiler/lazbuild.vim @dkearns |
22171 | 43 runtime/compiler/php.vim @dkearns |
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 |
22171 | 53 runtime/compiler/stylelint.vim @dkearns |
54 runtime/compiler/tcl.vim @dkearns | |
55 runtime/compiler/tidy.vim @dkearns | |
56 runtime/compiler/ts-node.vim @dkearns | |
57 runtime/compiler/tsc.vim @dkearns | |
58 runtime/compiler/typedoc.vim @dkearns | |
59 runtime/compiler/xmllint.vim @dkearns | |
60 runtime/compiler/xo.vim @dkearns | |
23164 | 61 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
|
62 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
|
63 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
|
64 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
|
65 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
|
66 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
|
67 runtime/doc/pi_zip.txt @cecamp |
22824 | 68 runtime/ftplugin/awk.vim @dkearns |
22328 | 69 runtime/ftplugin/bst.vim @tpope |
23164 | 70 runtime/ftplugin/cfg.vim @chrisbra |
22171 | 71 runtime/ftplugin/css.vim @dkearns |
22328 | 72 runtime/ftplugin/cucumber.vim @tpope |
22171 | 73 runtime/ftplugin/eiffel.vim @dkearns |
22328 | 74 runtime/ftplugin/eruby.vim @tpope @dkearns |
75 runtime/ftplugin/git.vim @tpope | |
76 runtime/ftplugin/gitcommit.vim @tpope | |
77 runtime/ftplugin/gitconfig.vim @tpope | |
78 runtime/ftplugin/gitrebase.vim @tpope | |
79 runtime/ftplugin/gitsendemail.vim @tpope | |
23305 | 80 runtime/ftplugin/gprof.vim @dpelle |
22328 | 81 runtime/ftplugin/haml.vim @tpope |
82 runtime/ftplugin/hgcommit.vim @k-takata | |
22171 | 83 runtime/ftplugin/javascript.vim @dkearns |
84 runtime/ftplugin/javascriptreact.vim @dkearns | |
23164 | 85 runtime/ftplugin/kconfig.vim @chrisbra |
22328 | 86 runtime/ftplugin/liquid.vim @tpope |
87 runtime/ftplugin/markdown.vim @tpope | |
88 runtime/ftplugin/matlab.vim @cecamp | |
23164 | 89 runtime/ftplugin/nroff.vim @a-vrma |
22328 | 90 runtime/ftplugin/nsis.vim @k-takata |
91 runtime/ftplugin/pdf.vim @tpope | |
92 runtime/ftplugin/ruby.vim @tpope @dkearns | |
93 runtime/ftplugin/sass.vim @tpope | |
94 runtime/ftplugin/scss.vim @tpope | |
23305 | 95 runtime/ftplugin/spec.vim @ignatenkobrain |
22328 | 96 runtime/ftplugin/tmux.vim @ericpruitt |
22171 | 97 runtime/ftplugin/typescript.vim @dkearns |
98 runtime/ftplugin/typescriptreact.vim @dkearns | |
23164 | 99 runtime/ftplugin/xml.vim @chrisbra |
100 runtime/ftplugin/zsh.vim @chrisbra | |
22328 | 101 runtime/indent/bst.vim @tpope |
102 runtime/indent/cucumber.vim @tpope | |
103 runtime/indent/dosbatch.vim @k-takata | |
104 runtime/indent/eruby.vim @tpope @dkearns | |
105 runtime/indent/gitconfig.vim @tpope | |
106 runtime/indent/haml.vim @tpope | |
107 runtime/indent/liquid.vim @tpope | |
108 runtime/indent/nsis.vim @k-takata | |
109 runtime/indent/ruby.vim @AndrewRadev @dkearns | |
110 runtime/indent/sass.vim @tpope | |
111 runtime/indent/scss.vim @tpope | |
23164 | 112 runtime/indent/sh.vim @chrisbra |
23305 | 113 runtime/indent/teraterm.vim @k-takata |
23164 | 114 runtime/indent/xml.vim @chrisbra |
115 runtime/indent/zsh.vim @chrisbra | |
23305 | 116 runtime/keymap/tamil_tscii.vim @yegappan |
117 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim @yegappan | |
23164 | 118 runtime/pack/dist/opt/matchit/ @chrisbra |
22171 | 119 runtime/plugin/getscriptPlugin.vim @cecamp |
120 runtime/plugin/logiPat.vim @cecamp | |
121 runtime/plugin/netrwPlugin.vim @cecamp | |
122 runtime/plugin/tarPlugin.vim @cecamp | |
123 runtime/plugin/vimballPlugin.vim @cecamp | |
124 runtime/plugin/zipPlugin.vim @cecamp | |
23305 | 125 runtime/syntax/aidl.vim @dpelle |
22328 | 126 runtime/syntax/amiga.vim @cecamp |
22824 | 127 runtime/syntax/asm.vim @dkearns |
128 runtime/syntax/asmh8300.vim @dkearns | |
129 runtime/syntax/awk.vim @dkearns | |
22328 | 130 runtime/syntax/bst.vim @tpope |
23305 | 131 runtime/syntax/cabal.vim @coot |
23164 | 132 runtime/syntax/cabalconfig.vim @coot |
133 runtime/syntax/cabalproject.vim @coot | |
134 runtime/syntax/cs.vim @nickspoons | |
22328 | 135 runtime/syntax/csh.vim @cecamp |
136 runtime/syntax/cucumber.vim @tpope | |
23305 | 137 runtime/syntax/datascript.vim @dpelle |
22328 | 138 runtime/syntax/dcl.vim @cecamp |
23305 | 139 runtime/syntax/doxygen.vim @frogonwheels |
23164 | 140 runtime/syntax/dtd.vim @chrisbra |
22328 | 141 runtime/syntax/elmfilt.vim @cecamp |
142 runtime/syntax/eruby.vim @tpope @dkearns | |
143 runtime/syntax/exports.vim @cecamp | |
144 runtime/syntax/git.vim @tpope | |
145 runtime/syntax/gitcommit.vim @tpope | |
146 runtime/syntax/gitconfig.vim @tpope | |
147 runtime/syntax/gitrebase.vim @tpope | |
23305 | 148 runtime/syntax/gprof.vim @dpelle |
22328 | 149 runtime/syntax/haml.vim @tpope |
23164 | 150 runtime/syntax/haskell.vim @coot |
22328 | 151 runtime/syntax/hgcommit.vim @k-takata |
23164 | 152 runtime/syntax/kconfig.vim @chrisbra |
22328 | 153 runtime/syntax/lex.vim @cecamp |
154 runtime/syntax/liquid.vim @tpope | |
155 runtime/syntax/lisp.vim @cecamp | |
22171 | 156 runtime/syntax/lynx.vim @dkearns |
157 runtime/syntax/mailcap.vim @dkearns | |
22328 | 158 runtime/syntax/make.vim @rohieb |
159 runtime/syntax/make.vim @rohieb | |
160 runtime/syntax/maple.vim @cecamp | |
161 runtime/syntax/markdown.vim @tpope | |
162 runtime/syntax/netrw.vim @cecamp | |
163 runtime/syntax/nsis.vim @k-takata | |
164 runtime/syntax/pdf.vim @tpope | |
165 runtime/syntax/php.vim @TysonAndre | |
22171 | 166 runtime/syntax/privoxy.vim @dkearns |
23164 | 167 runtime/syntax/rc.vim @chrisbra |
22328 | 168 runtime/syntax/rpcgen.vim @cecamp |
22171 | 169 runtime/syntax/ruby.vim @dkearns |
22328 | 170 runtime/syntax/sass.vim @tpope |
171 runtime/syntax/scss.vim @tpope | |
172 runtime/syntax/sh.vim @cecamp | |
173 runtime/syntax/sm.vim @cecamp | |
23305 | 174 runtime/syntax/spec.vim @ignatenkobrain |
23164 | 175 runtime/syntax/sqloracle.vim @chrisbra |
176 runtime/syntax/sshdconfig.vim @Jakuje | |
22328 | 177 runtime/syntax/tags.vim @cecamp |
178 runtime/syntax/teraterm.vim @k-takata | |
179 runtime/syntax/tex.vim @cecamp | |
22171 | 180 runtime/syntax/tidy.vim @dkearns |
22328 | 181 runtime/syntax/tmux.vim @ericpruitt |
182 runtime/syntax/vim.vim @cecamp | |
22171 | 183 runtime/syntax/wget.vim @dkearns |
184 runtime/syntax/xbl.vim @dkearns | |
22328 | 185 runtime/syntax/xmath.vim @cecamp |
23305 | 186 runtime/syntax/xml.vim @chrisbra |
22328 | 187 runtime/syntax/xslt.vim @Boobies |
188 runtime/syntax/xxd.vim @cecamp | |
189 runtime/syntax/yacc.vim @cecamp | |
23164 | 190 runtime/syntax/zsh.vim @chrisbra |
23305 | 191 runtime/tutor/tutor.eo @dpelle |
192 runtime/tutor/tutor.eo.utf-8 @dpelle | |
193 runtime/tutor/tutor.fr @dpelle | |
194 runtime/tutor/tutor.fr.utf-8 @dpelle | |
23164 | 195 src/po/de.po @chrisbra |
23305 | 196 src/po/eo.po @dpelle |
197 src/po/fr.po @dpelle |