diff src/version.c @ 27811:27956f5e263c v8.2.4431

patch 8.2.4431: unnecessary condition when assigning to a variable Commit: https://github.com/vim/vim/commit/993faa34059c7fa304e2d4357c57463765cba6d3 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 21 15:59:11 2022 +0000 patch 8.2.4431: unnecessary condition when assigning to a variable Problem: Unnecessary condition when assigning to a variable. Solution: Remove the condition.
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Feb 2022 17:00:03 +0100
parents b10e94f21344
children 126826449b54
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4431,
+/**/
     4430,
 /**/
     4429,