diff src/version.c @ 32545:36519954bf67 v9.0.1604

patch 9.0.1604: errors from the codestyle test are a bit confusing Commit: https://github.com/vim/vim/commit/abc8130d6a680026ffb2cc36b74d239e88f775d6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 4 16:55:27 2023 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jun 2023 18:00:05 +0200
parents ca42967a3253
children feb9a581eb00
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1604,
+/**/
     1603,
 /**/
     1602,