diff src/version.c @ 28972:864fa5276e78 v8.2.5008

patch 8.2.5008: when 'formatoptions' contains "/" wrongly wrapping comment Commit: https://github.com/vim/vim/commit/7e667788150be617aeac42b0d668618ac33ab9da Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 23 13:10:48 2022 +0100 patch 8.2.5008: when 'formatoptions' contains "/" wrongly wrapping comment Problem: When 'formatoptions' contains "/" wrongly wrapping a long trailing comment. Solution: Pass the OPENLINE_FORMAT flag.
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 May 2022 14:15:03 +0200
parents 77cd4bf3ad7d
children 65946c949965
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5008,
+/**/
     5007,
 /**/
     5006,