Mercurial > vim
annotate .github/CODEOWNERS @ 23829:950875545045 v8.2.2456
patch 8.2.2456: Coverity warning for strcpy() into fixed size array
Commit: https://github.com/vim/vim/commit/7b6903f02c9eeb12cd85941ea0d352d84e4dab30
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Feb 3 19:31:29 2021 +0100
patch 8.2.2456: Coverity warning for strcpy() into fixed size array
Problem: Coverity warning for strcpy() into fixed size array.
Solution: Add a type cast to hopefully silence the bogus warning.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 03 Feb 2021 19:45:04 +0100 |
parents | 34b4eb3a8458 |
children | ef454a7f485d |
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 | |
23737 | 34 runtime/compiler/fbc.vim @dkearns |
22171 | 35 runtime/compiler/gawk.vim @dkearns |
36 runtime/compiler/gjs.vim @dkearns | |
22328 | 37 runtime/compiler/haml.vim @tpope |
22171 | 38 runtime/compiler/javac.vim @dkearns |
39 runtime/compiler/jest.vim @dkearns | |
40 runtime/compiler/jjs.vim @dkearns | |
41 runtime/compiler/jshint.vim @dkearns | |
42 runtime/compiler/jsonlint.vim @dkearns | |
22565 | 43 runtime/compiler/lazbuild.vim @dkearns |
22171 | 44 runtime/compiler/php.vim @dkearns |
22328 | 45 runtime/compiler/rake.vim @tpope @dkearns |
22171 | 46 runtime/compiler/rhino.vim @dkearns |
22328 | 47 runtime/compiler/rspec.vim @tpope @dkearns |
22171 | 48 runtime/compiler/rubocop.vim @dkearns |
22328 | 49 runtime/compiler/ruby.vim @tpope @dkearns |
22171 | 50 runtime/compiler/rubyunit.vim @dkearns |
22328 | 51 runtime/compiler/sass.vim @tpope |
22171 | 52 runtime/compiler/se.vim @dkearns |
22565 | 53 runtime/compiler/shellcheck.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 |
22824 | 69 runtime/ftplugin/awk.vim @dkearns |
23737 | 70 runtime/ftplugin/basic.vim @dkearns |
22328 | 71 runtime/ftplugin/bst.vim @tpope |
23164 | 72 runtime/ftplugin/cfg.vim @chrisbra |
22171 | 73 runtime/ftplugin/css.vim @dkearns |
22328 | 74 runtime/ftplugin/cucumber.vim @tpope |
22171 | 75 runtime/ftplugin/eiffel.vim @dkearns |
22328 | 76 runtime/ftplugin/eruby.vim @tpope @dkearns |
23737 | 77 runtime/ftplugin/freebasic.vim @dkearns |
22328 | 78 runtime/ftplugin/git.vim @tpope |
79 runtime/ftplugin/gitcommit.vim @tpope | |
80 runtime/ftplugin/gitconfig.vim @tpope | |
81 runtime/ftplugin/gitrebase.vim @tpope | |
82 runtime/ftplugin/gitsendemail.vim @tpope | |
23305 | 83 runtime/ftplugin/gprof.vim @dpelle |
22328 | 84 runtime/ftplugin/haml.vim @tpope |
85 runtime/ftplugin/hgcommit.vim @k-takata | |
22171 | 86 runtime/ftplugin/javascript.vim @dkearns |
87 runtime/ftplugin/javascriptreact.vim @dkearns | |
23164 | 88 runtime/ftplugin/kconfig.vim @chrisbra |
22328 | 89 runtime/ftplugin/liquid.vim @tpope |
90 runtime/ftplugin/markdown.vim @tpope | |
91 runtime/ftplugin/matlab.vim @cecamp | |
23164 | 92 runtime/ftplugin/nroff.vim @a-vrma |
22328 | 93 runtime/ftplugin/nsis.vim @k-takata |
94 runtime/ftplugin/pdf.vim @tpope | |
95 runtime/ftplugin/ruby.vim @tpope @dkearns | |
96 runtime/ftplugin/sass.vim @tpope | |
97 runtime/ftplugin/scss.vim @tpope | |
23305 | 98 runtime/ftplugin/spec.vim @ignatenkobrain |
23737 | 99 runtime/ftplugin/tidy.vim @dkearns |
22328 | 100 runtime/ftplugin/tmux.vim @ericpruitt |
22171 | 101 runtime/ftplugin/typescript.vim @dkearns |
102 runtime/ftplugin/typescriptreact.vim @dkearns | |
23164 | 103 runtime/ftplugin/xml.vim @chrisbra |
104 runtime/ftplugin/zsh.vim @chrisbra | |
22328 | 105 runtime/indent/bst.vim @tpope |
106 runtime/indent/cucumber.vim @tpope | |
107 runtime/indent/dosbatch.vim @k-takata | |
108 runtime/indent/eruby.vim @tpope @dkearns | |
109 runtime/indent/gitconfig.vim @tpope | |
110 runtime/indent/haml.vim @tpope | |
111 runtime/indent/liquid.vim @tpope | |
112 runtime/indent/nsis.vim @k-takata | |
113 runtime/indent/ruby.vim @AndrewRadev @dkearns | |
114 runtime/indent/sass.vim @tpope | |
115 runtime/indent/scss.vim @tpope | |
23164 | 116 runtime/indent/sh.vim @chrisbra |
23305 | 117 runtime/indent/teraterm.vim @k-takata |
23164 | 118 runtime/indent/xml.vim @chrisbra |
119 runtime/indent/zsh.vim @chrisbra | |
23305 | 120 runtime/keymap/tamil_tscii.vim @yegappan |
121 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim @yegappan | |
23164 | 122 runtime/pack/dist/opt/matchit/ @chrisbra |
22171 | 123 runtime/plugin/getscriptPlugin.vim @cecamp |
124 runtime/plugin/logiPat.vim @cecamp | |
125 runtime/plugin/netrwPlugin.vim @cecamp | |
126 runtime/plugin/tarPlugin.vim @cecamp | |
127 runtime/plugin/vimballPlugin.vim @cecamp | |
128 runtime/plugin/zipPlugin.vim @cecamp | |
23305 | 129 runtime/syntax/aidl.vim @dpelle |
22328 | 130 runtime/syntax/amiga.vim @cecamp |
22824 | 131 runtime/syntax/asm.vim @dkearns |
132 runtime/syntax/asmh8300.vim @dkearns | |
133 runtime/syntax/awk.vim @dkearns | |
23737 | 134 runtime/syntax/basic.vim @dkearns |
22328 | 135 runtime/syntax/bst.vim @tpope |
23305 | 136 runtime/syntax/cabal.vim @coot |
23164 | 137 runtime/syntax/cabalconfig.vim @coot |
138 runtime/syntax/cabalproject.vim @coot | |
139 runtime/syntax/cs.vim @nickspoons | |
22328 | 140 runtime/syntax/csh.vim @cecamp |
141 runtime/syntax/cucumber.vim @tpope | |
23305 | 142 runtime/syntax/datascript.vim @dpelle |
22328 | 143 runtime/syntax/dcl.vim @cecamp |
23305 | 144 runtime/syntax/doxygen.vim @frogonwheels |
23164 | 145 runtime/syntax/dtd.vim @chrisbra |
22328 | 146 runtime/syntax/elmfilt.vim @cecamp |
147 runtime/syntax/eruby.vim @tpope @dkearns | |
148 runtime/syntax/exports.vim @cecamp | |
149 runtime/syntax/git.vim @tpope | |
150 runtime/syntax/gitcommit.vim @tpope | |
151 runtime/syntax/gitconfig.vim @tpope | |
152 runtime/syntax/gitrebase.vim @tpope | |
23305 | 153 runtime/syntax/gprof.vim @dpelle |
22328 | 154 runtime/syntax/haml.vim @tpope |
23164 | 155 runtime/syntax/haskell.vim @coot |
22328 | 156 runtime/syntax/hgcommit.vim @k-takata |
23164 | 157 runtime/syntax/kconfig.vim @chrisbra |
22328 | 158 runtime/syntax/lex.vim @cecamp |
159 runtime/syntax/liquid.vim @tpope | |
160 runtime/syntax/lisp.vim @cecamp | |
22171 | 161 runtime/syntax/lynx.vim @dkearns |
162 runtime/syntax/mailcap.vim @dkearns | |
22328 | 163 runtime/syntax/make.vim @rohieb |
164 runtime/syntax/make.vim @rohieb | |
165 runtime/syntax/maple.vim @cecamp | |
166 runtime/syntax/markdown.vim @tpope | |
167 runtime/syntax/netrw.vim @cecamp | |
168 runtime/syntax/nsis.vim @k-takata | |
169 runtime/syntax/pdf.vim @tpope | |
170 runtime/syntax/php.vim @TysonAndre | |
22171 | 171 runtime/syntax/privoxy.vim @dkearns |
23573 | 172 runtime/syntax/prolog.vim @XVilka |
23164 | 173 runtime/syntax/rc.vim @chrisbra |
22328 | 174 runtime/syntax/rpcgen.vim @cecamp |
22171 | 175 runtime/syntax/ruby.vim @dkearns |
22328 | 176 runtime/syntax/sass.vim @tpope |
177 runtime/syntax/scss.vim @tpope | |
178 runtime/syntax/sh.vim @cecamp | |
179 runtime/syntax/sm.vim @cecamp | |
23305 | 180 runtime/syntax/spec.vim @ignatenkobrain |
23164 | 181 runtime/syntax/sqloracle.vim @chrisbra |
182 runtime/syntax/sshdconfig.vim @Jakuje | |
22328 | 183 runtime/syntax/tags.vim @cecamp |
184 runtime/syntax/teraterm.vim @k-takata | |
185 runtime/syntax/tex.vim @cecamp | |
22171 | 186 runtime/syntax/tidy.vim @dkearns |
22328 | 187 runtime/syntax/tmux.vim @ericpruitt |
188 runtime/syntax/vim.vim @cecamp | |
22171 | 189 runtime/syntax/wget.vim @dkearns |
190 runtime/syntax/xbl.vim @dkearns | |
22328 | 191 runtime/syntax/xmath.vim @cecamp |
23305 | 192 runtime/syntax/xml.vim @chrisbra |
22328 | 193 runtime/syntax/xslt.vim @Boobies |
194 runtime/syntax/xxd.vim @cecamp | |
195 runtime/syntax/yacc.vim @cecamp | |
23164 | 196 runtime/syntax/zsh.vim @chrisbra |
23305 | 197 runtime/tutor/tutor.eo @dpelle |
198 runtime/tutor/tutor.eo.utf-8 @dpelle | |
199 runtime/tutor/tutor.fr @dpelle | |
200 runtime/tutor/tutor.fr.utf-8 @dpelle | |
23164 | 201 src/po/de.po @chrisbra |
23305 | 202 src/po/eo.po @dpelle |
203 src/po/fr.po @dpelle |