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