Mercurial > vim
annotate .github/CODEOWNERS @ 31970:fe66019e7a23 v9.0.1317
patch 9.0.1317: crash when using an unset object variable
Commit: https://github.com/vim/vim/commit/552bdca781bd202012224316ffae3439aac83b7b
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 17 21:08:50 2023 +0000
patch 9.0.1317: crash when using an unset object variable
Problem: Crash when using an unset object variable.
Solution: Give an error instead. (closes https://github.com/vim/vim/issues/12005)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 17 Feb 2023 22:15:05 +0100 |
parents | 5ed19049b1e8 |
children | b2e8663e6dcc |
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 |
27459 | 12 runtime/autoload/freebasic.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
|
13 runtime/autoload/getscript.vim @cecamp |
29307 | 14 runtime/autoload/haskell.vim @alx741 |
15 runtime/autoload/javascript.vim @jsit | |
22089
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 |
29307 | 19 runtime/autoload/php.vim @david-szabo97 |
22328 | 20 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
|
21 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
|
22 runtime/autoload/vimball.vim @cecamp |
23305 | 23 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
|
24 runtime/autoload/zip.vim @cecamp |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
25 runtime/colors/blue.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
26 runtime/colors/darkblue.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
27 runtime/colors/default.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
28 runtime/colors/delek.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
29 runtime/colors/desert.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
30 runtime/colors/elflord.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
31 runtime/colors/evening.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
32 runtime/colors/industry.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
33 runtime/colors/koehler.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
34 runtime/colors/morning.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
35 runtime/colors/murphy.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
36 runtime/colors/pablo.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
37 runtime/colors/peachpuff.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
38 runtime/colors/ron.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
39 runtime/colors/shine.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
40 runtime/colors/slate.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
41 runtime/colors/tools @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
42 runtime/colors/torte.vim @habamax @romainl @neutaaaaan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
28777
diff
changeset
|
43 runtime/colors/zellner.vim @habamax @romainl @neutaaaaan |
22171 | 44 runtime/compiler/checkstyle.vim @dkearns |
24468 | 45 runtime/compiler/cm3.vim @dkearns |
22328 | 46 runtime/compiler/cucumber.vim @tpope |
22171 | 47 runtime/compiler/dart.vim @dkearns |
48 runtime/compiler/dart2js.vim @dkearns | |
49 runtime/compiler/dart2native.vim @dkearns | |
50 runtime/compiler/dartanalyser.vim @dkearns | |
51 runtime/compiler/dartdevc.vim @dkearns | |
52 runtime/compiler/dartdoc.vim @dkearns | |
53 runtime/compiler/dartfmt.vim @dkearns | |
31430 | 54 runtime/compiler/dotnet.vim @nickspoons |
22171 | 55 runtime/compiler/eruby.vim @dkearns |
23737 | 56 runtime/compiler/fbc.vim @dkearns |
22171 | 57 runtime/compiler/gawk.vim @dkearns |
58 runtime/compiler/gjs.vim @dkearns | |
29307 | 59 runtime/compiler/go.vim @dbarnett |
22328 | 60 runtime/compiler/haml.vim @tpope |
30547 | 61 runtime/compiler/hare.vim @rsaihe |
29193 | 62 runtime/compiler/icon.vim @dkearns |
22171 | 63 runtime/compiler/javac.vim @dkearns |
64 runtime/compiler/jest.vim @dkearns | |
65 runtime/compiler/jjs.vim @dkearns | |
66 runtime/compiler/jshint.vim @dkearns | |
67 runtime/compiler/jsonlint.vim @dkearns | |
22565 | 68 runtime/compiler/lazbuild.vim @dkearns |
29150 | 69 runtime/compiler/perl.vim @petdance @heptite |
70 runtime/compiler/perlcritic.vim @petdance @dkearns | |
22171 | 71 runtime/compiler/php.vim @dkearns |
29150 | 72 runtime/compiler/podchecker.vim @petdance @dkearns |
24636 | 73 runtime/compiler/powershell.vim @heaths |
30202 | 74 runtime/compiler/raco.vim @benknoble |
75 runtime/compiler/racomake.vim @benknoble | |
76 runtime/compiler/racosetup.vim @benknoble | |
77 runtime/compiler/racotest.vim @benknoble | |
22328 | 78 runtime/compiler/rake.vim @tpope @dkearns |
22171 | 79 runtime/compiler/rhino.vim @dkearns |
22328 | 80 runtime/compiler/rspec.vim @tpope @dkearns |
22171 | 81 runtime/compiler/rubocop.vim @dkearns |
22328 | 82 runtime/compiler/ruby.vim @tpope @dkearns |
22171 | 83 runtime/compiler/rubyunit.vim @dkearns |
22328 | 84 runtime/compiler/sass.vim @tpope |
29307 | 85 runtime/compiler/sdoc.vim @gpanders |
22171 | 86 runtime/compiler/se.vim @dkearns |
22565 | 87 runtime/compiler/shellcheck.vim @dkearns |
24024 | 88 runtime/compiler/sml.vim @dkearns |
25402 | 89 runtime/compiler/spectral.vim @romainl |
22171 | 90 runtime/compiler/stylelint.vim @dkearns |
91 runtime/compiler/tcl.vim @dkearns | |
92 runtime/compiler/tidy.vim @dkearns | |
93 runtime/compiler/ts-node.vim @dkearns | |
94 runtime/compiler/tsc.vim @dkearns | |
95 runtime/compiler/typedoc.vim @dkearns | |
96 runtime/compiler/xmllint.vim @dkearns | |
97 runtime/compiler/xo.vim @dkearns | |
25402 | 98 runtime/compiler/yamllint.vim @romainl |
23164 | 99 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
|
100 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
|
101 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
|
102 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
|
103 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
|
104 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
|
105 runtime/doc/pi_zip.txt @cecamp |
24636 | 106 runtime/doc/ps1.txt @heaths |
29659 | 107 runtime/ftplugin/abaqus.vim @costerwi |
30967 | 108 runtime/ftplugin/apache.vim @dubgeiser |
22824 | 109 runtime/ftplugin/awk.vim @dkearns |
23737 | 110 runtime/ftplugin/basic.vim @dkearns |
22328 | 111 runtime/ftplugin/bst.vim @tpope |
23164 | 112 runtime/ftplugin/cfg.vim @chrisbra |
30547 | 113 runtime/ftplugin/chatito.vim @ObserverOfTime |
26100 | 114 runtime/ftplugin/clojure.vim @axvr |
29307 | 115 runtime/ftplugin/cs.vim @nickspoons |
25973 | 116 runtime/ftplugin/csh.vim @dkearns |
22171 | 117 runtime/ftplugin/css.vim @dkearns |
22328 | 118 runtime/ftplugin/cucumber.vim @tpope |
29578 | 119 runtime/ftplugin/desktop.vim @e-kwsm |
28933 | 120 runtime/ftplugin/dosbatch.vim @mrdubya |
22171 | 121 runtime/ftplugin/eiffel.vim @dkearns |
30202 | 122 runtime/ftplugin/elixir.vim @mhanberg |
29307 | 123 runtime/ftplugin/erlang.vim @hcs42 |
22328 | 124 runtime/ftplugin/eruby.vim @tpope @dkearns |
30547 | 125 runtime/ftplugin/expect.vim @dkearns |
29450 | 126 runtime/ftplugin/fennel.vim @gpanders |
29352 | 127 runtime/ftplugin/fetchmail.vim @dkearns |
24569 | 128 runtime/ftplugin/fpcmake.vim @dkearns |
23737 | 129 runtime/ftplugin/freebasic.vim @dkearns |
29307 | 130 runtime/ftplugin/fstab.vim @rid9 |
29450 | 131 runtime/ftplugin/gdb.vim @xeyownt |
29996 | 132 runtime/ftplugin/gdscript.vim @habamax |
133 runtime/ftplugin/gdshader.vim @habamax | |
22328 | 134 runtime/ftplugin/git.vim @tpope |
30202 | 135 runtime/ftplugin/gitattributes.vim @ObserverOfTime |
22328 | 136 runtime/ftplugin/gitcommit.vim @tpope |
137 runtime/ftplugin/gitconfig.vim @tpope | |
30202 | 138 runtime/ftplugin/gitignore.vim @ObserverOfTime |
22328 | 139 runtime/ftplugin/gitrebase.vim @tpope |
140 runtime/ftplugin/gitsendemail.vim @tpope | |
30547 | 141 runtime/ftplugin/gyp.vim @ObserverOfTime |
29307 | 142 runtime/ftplugin/go.vim @dbarnett |
23305 | 143 runtime/ftplugin/gprof.vim @dpelle |
22328 | 144 runtime/ftplugin/haml.vim @tpope |
30547 | 145 runtime/ftplugin/hare.vim @rsaihe |
22328 | 146 runtime/ftplugin/hgcommit.vim @k-takata |
29450 | 147 runtime/ftplugin/html.vim @dkearns |
26591 | 148 runtime/ftplugin/i3config.vim @hiqua |
29193 | 149 runtime/ftplugin/icon.vim @dkearns |
26219 | 150 runtime/ftplugin/indent.vim @dkearns |
30202 | 151 runtime/ftplugin/j.vim @glts |
22171 | 152 runtime/ftplugin/javascript.vim @dkearns |
153 runtime/ftplugin/javascriptreact.vim @dkearns | |
29307 | 154 runtime/ftplugin/jsonc.vim @izhakjakov |
155 runtime/ftplugin/julia.vim @carlobaldassi | |
23164 | 156 runtime/ftplugin/kconfig.vim @chrisbra |
29307 | 157 runtime/ftplugin/less.vim @genoma |
22328 | 158 runtime/ftplugin/liquid.vim @tpope |
26148 | 159 runtime/ftplugin/lua.vim @dkearns |
30202 | 160 runtime/ftplugin/lynx.vim @dkearns |
24468 | 161 runtime/ftplugin/m3build.vim @dkearns |
162 runtime/ftplugin/m3quake.vim @dkearns | |
22328 | 163 runtime/ftplugin/markdown.vim @tpope |
164 runtime/ftplugin/matlab.vim @cecamp | |
24636 | 165 runtime/ftplugin/meson.vim @Liambeguin |
24468 | 166 runtime/ftplugin/modula3.vim @dkearns |
25880 | 167 runtime/ftplugin/nginx.vim @chr4 |
23164 | 168 runtime/ftplugin/nroff.vim @a-vrma |
22328 | 169 runtime/ftplugin/nsis.vim @k-takata |
25773 | 170 runtime/ftplugin/octave.vim @dkearns |
30967 | 171 runtime/ftplugin/openvpn.vim @ObserverOfTime |
24569 | 172 runtime/ftplugin/pascal.vim @dkearns |
24636 | 173 runtime/ftplugin/pbtxt.vim @lakshayg |
29307 | 174 runtime/ftplugin/pdf.vim @tpope |
29150 | 175 runtime/ftplugin/perl.vim @petdance @dkearns |
176 runtime/ftplugin/pod.vim @petdance @dkearns | |
30875 | 177 runtime/ftplugin/poefilter.vim @ObserverOfTime |
28933 | 178 runtime/ftplugin/postscr.vim @mrdubya |
24387 | 179 runtime/ftplugin/ps1.vim @heaths |
180 runtime/ftplugin/ps1xml.vim @heaths | |
29307 | 181 runtime/ftplugin/python.vim @tpict |
27459 | 182 runtime/ftplugin/qb64.vim @dkearns |
29307 | 183 runtime/ftplugin/r.vim @jalvesaq |
30202 | 184 runtime/ftplugin/racket.vim @benknoble |
31430 | 185 runtime/ftplugin/readline.vim @dkearns |
29307 | 186 runtime/ftplugin/rhelp.vim @jalvesaq |
187 runtime/ftplugin/rmd.vim @jalvesaq | |
188 runtime/ftplugin/rnoweb.vim @jalvesaq | |
26148 | 189 runtime/ftplugin/routeros.vim @zainin |
29307 | 190 runtime/ftplugin/rrst.vim @jalvesaq |
191 runtime/ftplugin/rst.vim @marshallward | |
22328 | 192 runtime/ftplugin/ruby.vim @tpope @dkearns |
193 runtime/ftplugin/sass.vim @tpope | |
29307 | 194 runtime/ftplugin/scala.vim @derekwyatt |
22328 | 195 runtime/ftplugin/scss.vim @tpope |
29307 | 196 runtime/ftplugin/sdoc.vim @gpanders |
30202 | 197 runtime/ftplugin/sh.vim @dkearns |
26591 | 198 runtime/ftplugin/solution.vim @dkearns |
23305 | 199 runtime/ftplugin/spec.vim @ignatenkobrain |
30875 | 200 runtime/ftplugin/ssa.vim @ObserverOfTime |
29578 | 201 runtime/ftplugin/swayconfig.vim @jamespeapen |
24636 | 202 runtime/ftplugin/systemverilog.vim @Kocha |
29150 | 203 runtime/ftplugin/tap.vim @petdance |
25973 | 204 runtime/ftplugin/tcsh.vim @dkearns |
23737 | 205 runtime/ftplugin/tidy.vim @dkearns |
22328 | 206 runtime/ftplugin/tmux.vim @ericpruitt |
25973 | 207 runtime/ftplugin/toml.vim @averms |
29150 | 208 runtime/ftplugin/tt2html.vim @petdance |
22171 | 209 runtime/ftplugin/typescript.vim @dkearns |
210 runtime/ftplugin/typescriptreact.vim @dkearns | |
30324 | 211 runtime/ftplugin/vdf.vim @ObserverOfTime |
29307 | 212 runtime/ftplugin/wast.vim @rhysd |
28777 | 213 runtime/ftplugin/wget.vim @dkearns |
214 runtime/ftplugin/wget2.vim @dkearns | |
23164 | 215 runtime/ftplugin/xml.vim @chrisbra |
29150 | 216 runtime/ftplugin/xs.vim @petdance |
23164 | 217 runtime/ftplugin/zsh.vim @chrisbra |
27459 | 218 runtime/indent/basic.vim @dkearns |
22328 | 219 runtime/indent/bst.vim @tpope |
25880 | 220 runtime/indent/cdl.vim @dkearns |
30547 | 221 runtime/indent/chatito.vim @ObserverOfTime |
26100 | 222 runtime/indent/clojure.vim @axvr |
25880 | 223 runtime/indent/config.vim @dkearns |
29307 | 224 runtime/indent/cs.vim @nickspoons |
25880 | 225 runtime/indent/css.vim @dkearns |
22328 | 226 runtime/indent/cucumber.vim @tpope |
25880 | 227 runtime/indent/d.vim @dkearns |
22328 | 228 runtime/indent/dosbatch.vim @k-takata |
25880 | 229 runtime/indent/dtd.vim @dkearns |
230 runtime/indent/dylan.vim @dkearns | |
29307 | 231 runtime/indent/eiffel.vim @jocelyn |
25880 | 232 runtime/indent/elm.vim @andys8 |
29307 | 233 runtime/indent/erlang.vim @hcs42 |
22328 | 234 runtime/indent/eruby.vim @tpope @dkearns |
25880 | 235 runtime/indent/eterm.vim @dkearns |
29307 | 236 runtime/indent/falcon.vim @steveno |
25880 | 237 runtime/indent/framescript.vim @dkearns |
27459 | 238 runtime/indent/freebasic.vim @dkearns |
29996 | 239 runtime/indent/gdscript.vim @habamax |
22328 | 240 runtime/indent/gitconfig.vim @tpope |
29307 | 241 runtime/indent/gitolite.vim @sitaramc |
242 runtime/indent/go.vim @dbarnett | |
30547 | 243 runtime/indent/gyp.vim @ObserverOfTime |
22328 | 244 runtime/indent/haml.vim @tpope |
30547 | 245 runtime/indent/hare.vim @rsaihe |
25880 | 246 runtime/indent/idlang.vim @dkearns |
30202 | 247 runtime/indent/j.vim @glts |
29307 | 248 runtime/indent/java.vim @xuhdev |
249 runtime/indent/javascript.vim @bounceme | |
250 runtime/indent/json.vim @elzr | |
251 runtime/indent/jsonc.vim @izhakjakov | |
252 runtime/indent/julia.vim @carlobaldassi | |
25880 | 253 runtime/indent/ld.vim @dkearns |
29307 | 254 runtime/indent/less.vim @genoma |
22328 | 255 runtime/indent/liquid.vim @tpope |
25880 | 256 runtime/indent/make.vim @dkearns |
24636 | 257 runtime/indent/meson.vim @Liambeguin |
25880 | 258 runtime/indent/mma.vim @dkearns |
259 runtime/indent/nginx.vim @chr4 | |
22328 | 260 runtime/indent/nsis.vim @k-takata |
25880 | 261 runtime/indent/occam.vim @dkearns |
29150 | 262 runtime/indent/perl.vim @petdance |
29307 | 263 runtime/indent/php.vim @2072 |
28933 | 264 runtime/indent/postscr.vim @mrdubya |
25880 | 265 runtime/indent/prolog.vim @dkearns |
24387 | 266 runtime/indent/ps1.vim @heaths |
27459 | 267 runtime/indent/qb64.vim @dkearns |
29307 | 268 runtime/indent/r.vim @jalvesaq |
30202 | 269 runtime/indent/racket.vim @benknoble |
25880 | 270 runtime/indent/readline.vim @dkearns |
29307 | 271 runtime/indent/rhelp.vim @jalvesaq |
272 runtime/indent/rmd.vim @jalvesaq | |
273 runtime/indent/rnoweb.vim @jalvesaq | |
274 runtime/indent/rrst.vim @jalvesaq | |
22328 | 275 runtime/indent/ruby.vim @AndrewRadev @dkearns |
276 runtime/indent/sass.vim @tpope | |
29307 | 277 runtime/indent/scala.vim @derekwyatt |
22328 | 278 runtime/indent/scss.vim @tpope |
23164 | 279 runtime/indent/sh.vim @chrisbra |
24636 | 280 runtime/indent/systemverilog.vim @Kocha |
25880 | 281 runtime/indent/tcl.vim @dkearns |
25973 | 282 runtime/indent/tcsh.vim @dkearns |
23305 | 283 runtime/indent/teraterm.vim @k-takata |
29307 | 284 runtime/indent/typescript.vim @HerringtonDarkholme |
285 runtime/indent/vroom.vim @dbarnett | |
286 runtime/indent/wast.vim @rhysd | |
23164 | 287 runtime/indent/xml.vim @chrisbra |
288 runtime/indent/zsh.vim @chrisbra | |
29307 | 289 runtime/keymap/armenian-eastern_utf-8.vim @blinskey |
290 runtime/keymap/armenian-western_utf-8.vim @blinskey | |
23305 | 291 runtime/keymap/tamil_tscii.vim @yegappan |
28933 | 292 runtime/lang/menu_en_gb.latin1.vim @mrdubya |
23305 | 293 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim @yegappan |
23164 | 294 runtime/pack/dist/opt/matchit/ @chrisbra |
22171 | 295 runtime/plugin/getscriptPlugin.vim @cecamp |
296 runtime/plugin/logiPat.vim @cecamp | |
297 runtime/plugin/netrwPlugin.vim @cecamp | |
298 runtime/plugin/tarPlugin.vim @cecamp | |
299 runtime/plugin/vimballPlugin.vim @cecamp | |
300 runtime/plugin/zipPlugin.vim @cecamp | |
30967 | 301 runtime/plugin/manpager.vim @Konfekt |
31579 | 302 runtime/syntax/shared/hgcommitDiff.vim @vegerot |
29659 | 303 runtime/syntax/abaqus.vim @costerwi |
23305 | 304 runtime/syntax/aidl.vim @dpelle |
22328 | 305 runtime/syntax/amiga.vim @cecamp |
26050 | 306 runtime/syntax/arduino.vim @johshoff |
29307 | 307 runtime/syntax/asciidoc.vim @aerostitch |
22824 | 308 runtime/syntax/asm.vim @dkearns |
309 runtime/syntax/asmh8300.vim @dkearns | |
24636 | 310 runtime/syntax/asterisk.vim @jaunis |
29307 | 311 runtime/syntax/autohotkey.vim @mmikeww |
22824 | 312 runtime/syntax/awk.vim @dkearns |
23737 | 313 runtime/syntax/basic.vim @dkearns |
22328 | 314 runtime/syntax/bst.vim @tpope |
29307 | 315 runtime/syntax/bzl.vim @dbarnett |
316 runtime/syntax/bzr.vim @hdima | |
23305 | 317 runtime/syntax/cabal.vim @coot |
23164 | 318 runtime/syntax/cabalconfig.vim @coot |
319 runtime/syntax/cabalproject.vim @coot | |
29307 | 320 runtime/syntax/cf.vim @ernstvanderlinden |
30547 | 321 runtime/syntax/chatito.vim @ObserverOfTime |
26100 | 322 runtime/syntax/clojure.vim @axvr |
23164 | 323 runtime/syntax/cs.vim @nickspoons |
22328 | 324 runtime/syntax/csh.vim @cecamp |
325 runtime/syntax/cucumber.vim @tpope | |
29307 | 326 runtime/syntax/d.vim @JesseKPhillips |
327 runtime/syntax/dart.vim @pr3d4t0r | |
23305 | 328 runtime/syntax/datascript.vim @dpelle |
22328 | 329 runtime/syntax/dcl.vim @cecamp |
24278 | 330 runtime/syntax/desktop.vim @e-kwsm |
28933 | 331 runtime/syntax/dosbatch.vim @mrdubya |
29307 | 332 runtime/syntax/dosini.vim @xuhdev |
24636 | 333 runtime/syntax/dot.vim @mmottl |
23305 | 334 runtime/syntax/doxygen.vim @frogonwheels |
23164 | 335 runtime/syntax/dtd.vim @chrisbra |
24636 | 336 runtime/syntax/dts.vim @zonque |
31671 | 337 runtime/syntax/editorconfig.vim @gpanders |
29307 | 338 runtime/syntax/eiffel.vim @jocelyn |
22328 | 339 runtime/syntax/elmfilt.vim @cecamp |
29307 | 340 runtime/syntax/erlang.vim @hcs42 |
22328 | 341 runtime/syntax/eruby.vim @tpope @dkearns |
29450 | 342 runtime/syntax/expect.vim @dkearns |
22328 | 343 runtime/syntax/exports.vim @cecamp |
29307 | 344 runtime/syntax/falcon.vim @steveno |
29450 | 345 runtime/syntax/fennel.vim @gpanders |
29352 | 346 runtime/syntax/fetchmail.vim @dkearns |
29307 | 347 runtime/syntax/forth.vim @jkotlinski |
24569 | 348 runtime/syntax/fpcmake.vim @dkearns |
29352 | 349 runtime/syntax/freebasic.vim @dkearns |
29307 | 350 runtime/syntax/fstab.vim @rid9 |
29996 | 351 runtime/syntax/gdresource.vim @habamax |
352 runtime/syntax/gdscript.vim @habamax | |
353 runtime/syntax/gdshader.vim @habamax | |
22328 | 354 runtime/syntax/git.vim @tpope |
30202 | 355 runtime/syntax/gitattributes.vim @ObserverOfTime |
22328 | 356 runtime/syntax/gitcommit.vim @tpope |
357 runtime/syntax/gitconfig.vim @tpope | |
30202 | 358 runtime/syntax/gitignore.vim @ObserverOfTime |
29307 | 359 runtime/syntax/gitolite.vim @sitaramc |
22328 | 360 runtime/syntax/gitrebase.vim @tpope |
29307 | 361 runtime/syntax/go.vim @bhcleek |
362 runtime/syntax/godoc.vim @dbarnett | |
23305 | 363 runtime/syntax/gprof.vim @dpelle |
24278 | 364 runtime/syntax/groff.vim @jmarshall |
30547 | 365 runtime/syntax/gyp.vim @ObserverOfTime |
22328 | 366 runtime/syntax/haml.vim @tpope |
30547 | 367 runtime/syntax/hare.vim @rsaihe |
23164 | 368 runtime/syntax/haskell.vim @coot |
22328 | 369 runtime/syntax/hgcommit.vim @k-takata |
31028 | 370 runtime/syntax/hollywood.vim @sodero |
29996 | 371 runtime/syntax/html.vim @dkearns |
26591 | 372 runtime/syntax/i3config.vim @hiqua |
29193 | 373 runtime/syntax/icon.vim @dkearns |
26219 | 374 runtime/syntax/indent.vim @dkearns |
30202 | 375 runtime/syntax/j.vim @glts |
29307 | 376 runtime/syntax/jargon.vim @h3xx |
377 runtime/syntax/java.vim @fleiner | |
31671 | 378 runtime/syntax/javascript.vim @fleiner |
29307 | 379 runtime/syntax/jsonc.vim @izhakjakov |
380 runtime/syntax/julia.vim @carlobaldassi | |
23164 | 381 runtime/syntax/kconfig.vim @chrisbra |
24636 | 382 runtime/syntax/less.vim @genoma |
22328 | 383 runtime/syntax/lex.vim @cecamp |
384 runtime/syntax/liquid.vim @tpope | |
385 runtime/syntax/lisp.vim @cecamp | |
30324 | 386 runtime/syntax/lyrics.vim @ObserverOfTime |
22171 | 387 runtime/syntax/lynx.vim @dkearns |
24468 | 388 runtime/syntax/m3build.vim @dkearns |
389 runtime/syntax/m3quake.vim @dkearns | |
22171 | 390 runtime/syntax/mailcap.vim @dkearns |
22328 | 391 runtime/syntax/make.vim @rohieb |
29307 | 392 runtime/syntax/mallard.vim @jhradilek |
22328 | 393 runtime/syntax/maple.vim @cecamp |
394 runtime/syntax/markdown.vim @tpope | |
29150 | 395 runtime/syntax/mason.vim @petdance |
24636 | 396 runtime/syntax/meson.vim @Liambeguin |
24468 | 397 runtime/syntax/modula3.vim @dkearns |
29307 | 398 runtime/syntax/n1ql.vim @pr3d4t0r |
22328 | 399 runtime/syntax/netrw.vim @cecamp |
25880 | 400 runtime/syntax/nginx.vim @chr4 |
29307 | 401 runtime/syntax/ninja.vim @nico |
31430 | 402 runtime/syntax/nix.vim @equill |
24278 | 403 runtime/syntax/nroff.vim @jmarshall |
22328 | 404 runtime/syntax/nsis.vim @k-takata |
30967 | 405 runtime/syntax/openvpn.vim @ObserverOfTime |
24569 | 406 runtime/syntax/pascal.vim @dkearns |
24636 | 407 runtime/syntax/pbtxt.vim @lakshayg |
22328 | 408 runtime/syntax/pdf.vim @tpope |
29150 | 409 runtime/syntax/perl.vim @petdance |
22328 | 410 runtime/syntax/php.vim @TysonAndre |
29307 | 411 runtime/syntax/plsql.vim @lee-lindley |
29150 | 412 runtime/syntax/pod.vim @petdance |
30875 | 413 runtime/syntax/poefilter.vim @ObserverOfTime |
28933 | 414 runtime/syntax/postscr.vim @mrdubya |
22171 | 415 runtime/syntax/privoxy.vim @dkearns |
23573 | 416 runtime/syntax/prolog.vim @XVilka |
24387 | 417 runtime/syntax/ps1.vim @heaths |
418 runtime/syntax/ps1xml.vim @heaths | |
24636 | 419 runtime/syntax/psl.vim @danielkho |
27459 | 420 runtime/syntax/qb64.vim @dkearns |
29307 | 421 runtime/syntax/r.vim @jalvesaq |
30202 | 422 runtime/syntax/racket.vim @benknoble |
29307 | 423 runtime/syntax/raml.vim @in3d |
424 runtime/syntax/ratpoison.vim @trapd00r | |
23164 | 425 runtime/syntax/rc.vim @chrisbra |
29307 | 426 runtime/syntax/rcs.vim @hdima |
28933 | 427 runtime/syntax/rebol.vim @mrdubya |
29307 | 428 runtime/syntax/rego.vim @zenmatic |
429 runtime/syntax/resolv.vim @rid9 | |
430 runtime/syntax/rmd.vim @jalvesaq | |
431 runtime/syntax/rng.vim @jhradilek | |
26148 | 432 runtime/syntax/routeros.vim @zainin |
22328 | 433 runtime/syntax/rpcgen.vim @cecamp |
29307 | 434 runtime/syntax/rrst.vim @jalvesaq |
435 runtime/syntax/rst.vim @marshallward | |
22171 | 436 runtime/syntax/ruby.vim @dkearns |
22328 | 437 runtime/syntax/sass.vim @tpope |
29307 | 438 runtime/syntax/scala.vim @derekwyatt |
22328 | 439 runtime/syntax/scss.vim @tpope |
29307 | 440 runtime/syntax/sdoc.vim @gpanders |
30875 | 441 runtime/syntax/sed.vim @dkearns |
22328 | 442 runtime/syntax/sh.vim @cecamp |
443 runtime/syntax/sm.vim @cecamp | |
23305 | 444 runtime/syntax/spec.vim @ignatenkobrain |
23164 | 445 runtime/syntax/sqloracle.vim @chrisbra |
29307 | 446 runtime/syntax/squirrel.vim @zenmatic |
30875 | 447 runtime/syntax/srt.vim @ObserverOfTime |
448 runtime/syntax/ssa.vim @ObserverOfTime | |
24278 | 449 runtime/syntax/sshconfig.vim @Jakuje |
23164 | 450 runtime/syntax/sshdconfig.vim @Jakuje |
24278 | 451 runtime/syntax/sudoers.vim @e-kwsm |
29307 | 452 runtime/syntax/svn.vim @hdima |
30202 | 453 runtime/syntax/swayconfig.vim @jamespeapen |
24636 | 454 runtime/syntax/systemverilog.vim @Kocha |
22328 | 455 runtime/syntax/tags.vim @cecamp |
29150 | 456 runtime/syntax/tap.vim @petdance |
25973 | 457 runtime/syntax/tcsh.vim @dkearns |
22328 | 458 runtime/syntax/teraterm.vim @k-takata |
459 runtime/syntax/tex.vim @cecamp | |
22171 | 460 runtime/syntax/tidy.vim @dkearns |
22328 | 461 runtime/syntax/tmux.vim @ericpruitt |
25973 | 462 runtime/syntax/toml.vim @averms |
29150 | 463 runtime/syntax/tt2.vim @petdance |
464 runtime/syntax/tt2html.vim @petdance | |
465 runtime/syntax/tt2js.vim @petdance | |
29307 | 466 runtime/syntax/typescript.vim @HerringtonDarkholme |
467 runtime/syntax/typescriptcommon.vim @HerringtonDarkholme | |
468 runtime/syntax/typescriptreact.vim @HerringtonDarkholme | |
30324 | 469 runtime/syntax/vdf.vim @ObserverOfTime |
22328 | 470 runtime/syntax/vim.vim @cecamp |
29307 | 471 runtime/syntax/vroom.vim @dbarnett |
472 runtime/syntax/wast.vim @rhysd | |
31430 | 473 runtime/syntax/wdl.vim @zenmatic |
22171 | 474 runtime/syntax/wget.vim @dkearns |
28777 | 475 runtime/syntax/wget2.vim @dkearns |
22171 | 476 runtime/syntax/xbl.vim @dkearns |
22328 | 477 runtime/syntax/xmath.vim @cecamp |
23305 | 478 runtime/syntax/xml.vim @chrisbra |
29150 | 479 runtime/syntax/xs.vim @petdance |
22328 | 480 runtime/syntax/xslt.vim @Boobies |
481 runtime/syntax/xxd.vim @cecamp | |
482 runtime/syntax/yacc.vim @cecamp | |
23164 | 483 runtime/syntax/zsh.vim @chrisbra |
23305 | 484 runtime/tutor/tutor.eo @dpelle |
485 runtime/tutor/tutor.eo.utf-8 @dpelle | |
486 runtime/tutor/tutor.fr @dpelle | |
487 runtime/tutor/tutor.fr.utf-8 @dpelle | |
24636 | 488 src/iscygpty.* @k-takata |
489 src/libvterm/ @leonerd | |
29066 | 490 src/po/ca.po @nfdisco |
23164 | 491 src/po/de.po @chrisbra |
23305 | 492 src/po/eo.po @dpelle |
29066 | 493 src/po/es.po @victorhck |
494 src/po/fi.po @flammie | |
23305 | 495 src/po/fr.po @dpelle |
28933 | 496 src/po/ga.po @kscanne |
29066 | 497 src/po/it.po @azc100 |
498 src/po/ja.po @k-takata | |
499 src/po/sr.po @eevan78 | |
500 src/po/tr.po @bitigchi | |
501 src/po/uk.po @sakhnik | |
25161 | 502 src/xxd/ @jnweiger |