commit | 4c7cb372c17a84c8a35254d93eb37cb854cd39da | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Jun 14 16:39:54 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 14 16:39:54 2023 +0100 |
tree | ea5cfdba66516bd04a26c9b44df27160c7aa3fa0 | |
parent | 8d687a7424b33b7ad7f6778b0c5d092a44f4bc3a [diff] [blame] |
patch 9.0.1631: passing wrong variable type to option gives multiple errors Problem: Passing a wrong variable type to an option gives multiple errors. Solution: Bail out early on failure. (closes #12504)
diff --git a/src/version.c b/src/version.c index 51e2e6e..71864d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1631, +/**/ 1630, /**/ 1629,