To: vim_dev@googlegroups.com Subject: Patch 8.2.1594 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1594 Problem: Pull requests on github do not notify a maintainer. Solution: Add a CODEOWNERS file with a few initial entries. Files: Filelist, .github/CODEOWNERS *** ../vim-8.2.1593/Filelist 2020-08-30 15:49:12.154736331 +0200 --- Filelist 2020-09-05 13:47:30.026834743 +0200 *************** *** 10,15 **** --- 10,16 ---- .travis.yml \ .cirrus.yml \ .github/workflows/ci-windows.yaml \ + .github/CODEOWNERS \ appveyor.yml \ ci/appveyor.bat \ ci/if_ver*.vim \ *** ../vim-8.2.1593/.github/CODEOWNERS 2020-09-05 13:48:29.318678017 +0200 --- .github/CODEOWNERS 2020-09-05 13:42:12.355664187 +0200 *************** *** 0 **** --- 1,50 ---- + # Lines starting with '#' are comments. + # Each line is a file pattern followed by one or more owners. + # You can use github users with @user or email addresses + + # These owners will be the default owners for everything in the repo. + * @defunkt + + # Order is important. The last matching pattern has the most precedence. + # So if a pull request only touches javascript files, only these owners + # will be requested to review. + + src/libvterm/* @leonerd + + runtime/autoload/getscript.vim @cecamp + runtime/autoload/netrw.vim @cecamp + runtime/autoload/netrwFileHandlers.vim @cecamp + runtime/autoload/netrwSettings.vim @cecamp + runtime/autoload/tar.vim @cecamp + runtime/autoload/vimball.vim @cecamp + runtime/autoload/zip.vim @cecamp + runtime/doc/pi_getscript.txt @cecamp + runtime/doc/pi_logipat.txt @cecamp + runtime/doc/pi_netrw.txt @cecamp + runtime/doc/pi_tar.txt @cecamp + runtime/doc/pi_vimball.txt @cecamp + runtime/doc/pi_zip.txt @cecamp + runtime/plugin/getscriptPlugin.vim @cecamp + runtime/plugin/logiPat.vim @cecamp + runtime/plugin/netrwPlugin.vim @cecamp + runtime/plugin/tarPlugin.vim @cecamp + runtime/plugin/vimballPlugin.vim @cecamp + runtime/plugin/zipPlugin.vim @cecamp + runtime/plugin/amiga.vim @cecamp + runtime/plugin/csh.vim @cecamp + runtime/plugin/dcl.vim @cecamp + runtime/plugin/wlmfilt.vim @cecamp + runtime/plugin/exports.vim @cecamp + runtime/plugin/lex.vim @cecamp + runtime/plugin/lisp.vim @cecamp + runtime/plugin/maple.vim @cecamp + runtime/plugin/netrw.vim @cecamp + runtime/plugin/rpcgen.vim @cecamp + runtime/plugin/sh.vim @cecamp + runtime/plugin/sm.vim @cecamp + runtime/plugin/tags.vim @cecamp + runtime/plugin/tex.vim @cecamp + runtime/plugin/vim.vim @cecamp + runtime/plugin/xmath.vim @cecamp + runtime/plugin/xxd.vim @cecamp + runtime/plugin/yacc.vim @cecamp *** ../vim-8.2.1593/src/version.c 2020-09-04 21:18:40.492161906 +0200 --- src/version.c 2020-09-05 13:48:05.174741893 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1594, /**/ -- Courtroom Quote #19: Q: Doctor, how many autopsies have you performed on dead people? A: All my autopsies have been performed on dead people. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///