mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs: move vim-patch wiki page to runtime documentation
This commit is contained in:
committed by
Christian Clason
parent
fbd0f6658f
commit
7908dc0d15
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user