commit | 2d68b722e3bca7532eb0d83ce773934618f12db5 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Mar 30 21:50:37 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 30 21:50:37 2023 +0100 |
tree | 2ca27c257c18b9bd331d8dc247fbd41cef21ea57 | |
parent | 64002035178ac3e0d9ab7269d1bf06c6ede5a854 [diff] [blame] |
patch 9.0.1431: getscriptinfo() loops even when specific SID is given Problem: getscriptinfo() loops even when specific SID is given. Solution: Only loop when needed. Give a clearer error message. (closes #12207)
diff --git a/src/version.c b/src/version.c index ee7b363..614bffc 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1431, +/**/ 1430, /**/ 1429,