commit | f7d31adcc22eae852d6e7a5b59e9755ba7b51d35 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Apr 16 22:23:17 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Tue Apr 16 22:23:17 2024 +0200 |
tree | 7dfcab9b1a01a58b7b284ae2347e0e5261a3fb60 | |
parent | 8560e6cf9797ea1d55ecaea6bf8ee8ec783c291a [diff] [blame] |
patch 9.1.0340: Problem: Error with matchaddpos() and empty list Problem: Error with matchaddpos() and empty list (@rickhow) Solution: Return early for an empty list fixes: #14525 closes: #14563 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 475f288..56c779e 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 340, +/**/ 339, /**/ 338,