mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
vim-patch.sh: Fix creation of commit list for PR review
[ci skip]
This commit is contained in:
@@ -670,9 +670,11 @@ review_pr() {
|
||||
require_executable nvim
|
||||
require_executable jq
|
||||
|
||||
get_vim_sources
|
||||
|
||||
local pr="${1}"
|
||||
get_vim_sources
|
||||
|
||||
local pr="${1}"
|
||||
echo
|
||||
echo "Downloading data for pull request #${pr}."
|
||||
|
||||
local -a pr_commit_urls
|
||||
while IFS= read -r pr_commit_url; do
|
||||
|
Reference in New Issue
Block a user