Submit changes to upstream Vim
axvr opened this issue · 1 comments
axvr commented
We should consider submitting the latest changes for inclusion in Vim soon (preferably sometime before Vim 9 is released).
For this we will need to:
- merge all open PRs which we want included,
- test for regressions (I haven't found any yet),
- write a summary of the included changes,
- generate the patch (there is a comment in
generate.cljon how to do this), - send the patch and summary (with a mention of the maintainership change) to the Vim-dev mailing list (+ CC @guns in the email),
- await feedback.
NOTE: apparently it is now possible to open a pull request in the Vim GitHub repository instead of sending an email as that will automatically send the email and run the CI tests.
Open questions:
- Should we also submit these changes to Neovim? (Does Neovim do it the same way?)
axvr commented
See PR vim/vim#7830.
Edit: merged in vim/vim@942db23