aboutsummaryrefslogtreecommitdiff
path: root/scripts/vim-patch.sh
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@web.de>2015-08-27 01:11:22 +0200
committerJustin M. Keyes <justinkz@gmail.com>2015-08-27 23:22:56 -0400
commitaafbe5d28ab2060f704de61fe5011419002b2b2b (patch)
tree5f14b0ef9c04d939f5b1def2fc39afe0a1b0ded7 /scripts/vim-patch.sh
parente12d371f9d54278fd11b15c1d885523f5deecf17 (diff)
downloadrneovim-aafbe5d28ab2060f704de61fe5011419002b2b2b.tar.gz
rneovim-aafbe5d28ab2060f704de61fe5011419002b2b2b.tar.bz2
rneovim-aafbe5d28ab2060f704de61fe5011419002b2b2b.zip
vim-patch.sh: get all untagged patches #3250
Diffstat (limited to 'scripts/vim-patch.sh')
-rwxr-xr-xscripts/vim-patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh
index 46831fbe2a..73cba243f7 100755
--- a/scripts/vim-patch.sh
+++ b/scripts/vim-patch.sh
@@ -170,7 +170,7 @@ list_vim_patches() {
# Get "runtime update" commits since e2719096.
local vim_runtime_commits=$(cd "${VIM_SOURCE_DIR}" && \
- git log --format='%H' --grep='Updated' e2719096250a19ecdd9a35d13702879f163d2a50..HEAD)
+ git log --format='%H' --grep='^patch' --grep='^updated for version' --invert-grep e2719096250a19ecdd9a35d13702879f163d2a50..HEAD)
local vim_commit
for vim_commit in ${vim_tags} ${vim_runtime_commits}; do