diff src/version.c @ 27142:d2471d710ec9 v8.2.4100

patch 8.2.4100: early return when getting the 'formatlistpat' value Commit: https://github.com/vim/vim/commit/04b871da800768287a8a432de568b11297db8686 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 15 18:31:43 2022 +0000 patch 8.2.4100: early return when getting the 'formatlistpat' value Problem: Early return when getting the 'formatlistpat' value. Solution: Remove the first line. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jan 2022 19:45:03 +0100
parents a9eeb18e749c
children 54f0a6a9db2d
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 */
 /**/
+    4100,
+/**/
     4099,
 /**/
     4098,