commit | abc8130d6a680026ffb2cc36b74d239e88f775d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 16:55:27 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 16:55:27 2023 +0100 |
tree | c3b596b8e36e39447405006701b10d7a48ec7ba0 | |
parent | 3c802277604a6b21110e41bedfe4c937ba7c2b7d [diff] [blame] |
patch 9.0.1604: errors from the codestyle test are a bit confusing Problem: Errors from the codestyle test are a bit confusing. Solution: Use assert_report() with a clearer message. Avoid a warning for an existing swap file.
diff --git a/src/version.c b/src/version.c index 311892c..c9a4feb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1604, +/**/ 1603, /**/ 1602,