diff src/version.c @ 28767:7bbd859b2a48 v8.2.4908

patch 8.2.4908: no text formatting for // comment after a statement Commit: https://github.com/vim/vim/commit/48a8a833033e10fc1eba96f2fc8dd19c2408eddf Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 7 15:43:52 2022 +0100 patch 8.2.4908: no text formatting for // comment after a statement Problem: No text formatting for // comment after a statement. Solution: format a comment when the 'c' flag is in 'formatoptions'.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 16:45:02 +0200
parents 38698deeda58
children 78fc778de076
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4908,
+/**/
     4907,
 /**/
     4906,