Bram Moolenaar | cf8aa64 | 2020-09-05 13:48:58 +0200 | [diff] [blame] | 1 | # Lines starting with '#' are comments. |
| 2 | # Each line is a file pattern followed by one or more owners. |
| 3 | # You can use github users with @user or email addresses |
| 4 | |
| 5 | # These owners will be the default owners for everything in the repo. |
| 6 | * @defunkt |
| 7 | |
| 8 | # Order is important. The last matching pattern has the most precedence. |
| 9 | # So if a pull request only touches javascript files, only these owners |
| 10 | # will be requested to review. |
| 11 | |
| 12 | src/libvterm/* @leonerd |
| 13 | |
| 14 | runtime/autoload/getscript.vim @cecamp |
| 15 | runtime/autoload/netrw.vim @cecamp |
| 16 | runtime/autoload/netrwFileHandlers.vim @cecamp |
| 17 | runtime/autoload/netrwSettings.vim @cecamp |
| 18 | runtime/autoload/tar.vim @cecamp |
| 19 | runtime/autoload/vimball.vim @cecamp |
| 20 | runtime/autoload/zip.vim @cecamp |
| 21 | runtime/doc/pi_getscript.txt @cecamp |
| 22 | runtime/doc/pi_logipat.txt @cecamp |
| 23 | runtime/doc/pi_netrw.txt @cecamp |
| 24 | runtime/doc/pi_tar.txt @cecamp |
| 25 | runtime/doc/pi_vimball.txt @cecamp |
| 26 | runtime/doc/pi_zip.txt @cecamp |
| 27 | runtime/plugin/getscriptPlugin.vim @cecamp |
| 28 | runtime/plugin/logiPat.vim @cecamp |
| 29 | runtime/plugin/netrwPlugin.vim @cecamp |
| 30 | runtime/plugin/tarPlugin.vim @cecamp |
| 31 | runtime/plugin/vimballPlugin.vim @cecamp |
| 32 | runtime/plugin/zipPlugin.vim @cecamp |
| 33 | runtime/plugin/amiga.vim @cecamp |
| 34 | runtime/plugin/csh.vim @cecamp |
| 35 | runtime/plugin/dcl.vim @cecamp |
| 36 | runtime/plugin/wlmfilt.vim @cecamp |
| 37 | runtime/plugin/exports.vim @cecamp |
| 38 | runtime/plugin/lex.vim @cecamp |
| 39 | runtime/plugin/lisp.vim @cecamp |
| 40 | runtime/plugin/maple.vim @cecamp |
| 41 | runtime/plugin/netrw.vim @cecamp |
| 42 | runtime/plugin/rpcgen.vim @cecamp |
| 43 | runtime/plugin/sh.vim @cecamp |
| 44 | runtime/plugin/sm.vim @cecamp |
| 45 | runtime/plugin/tags.vim @cecamp |
| 46 | runtime/plugin/tex.vim @cecamp |
| 47 | runtime/plugin/vim.vim @cecamp |
| 48 | runtime/plugin/xmath.vim @cecamp |
| 49 | runtime/plugin/xxd.vim @cecamp |
| 50 | runtime/plugin/yacc.vim @cecamp |