docs: move vim-patch wiki page to runtime documentation

This commit is contained in:
dundargoc
2023-12-12 22:48:48 +01:00
committed by Christian Clason
parent fbd0f6658f
commit 7908dc0d15
4 changed files with 308 additions and 3 deletions

View File

@ -24,7 +24,7 @@ CREATED_FILES=()
usage() {
echo "Port Vim patches to Neovim"
echo "https://github.com/neovim/neovim/wiki/Merging-patches-from-upstream-vim"
echo "https://neovim.io/doc/user/dev_vimpatch.html"
echo
echo "Usage: ${BASENAME} [-h | -l | -p vim-revision | -r pr-number]"
echo
@ -427,7 +427,7 @@ stage_patch() {
or "%s -s --draft" to create a draft pull request.
See the wiki for more information:
* https://github.com/neovim/neovim/wiki/Merging-patches-from-upstream-vim
* https://neovim.io/doc/user/dev_vimpatch.html
' "${vim_version}" "${BASENAME}" "${BASENAME}" "${BASENAME}"
return $ret
}