mirror of
https://github.com/neovim/neovim.git
synced 2025-12-05 22:22:44 +00:00
vim-patch.sh: review_commit: Fix regex for vim version
067bb1e9f changed the commit format to include a brief description in
the summary line of the commit.
This commit is contained in:
@@ -427,7 +427,7 @@ review_commit() {
|
||||
|
||||
review_commit() {
|
||||
local nvim_commit_url="${1}"
|
||||
local nvim_patch_url="${nvim_commit_url}.patch"
|
||||
local nvim_patch_url="${nvim_commit_url}.patch"
|
||||
|
||||
local git_patch_prefix='Subject: \[PATCH\] '
|
||||
local nvim_patch
|
||||
|
||||
Reference in New Issue
Block a user