diff src/version.c @ 26811:f0fdd992cfb9 v8.2.3934

patch 8.2.3934: repeating line comment is undesired for "O" command Commit: https://github.com/vim/vim/commit/5ea5f373729589acb38ce3f3ca338e8a6d398bdc Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 29 15:15:47 2021 +0000 patch 8.2.3934: repeating line comment is undesired for "O" command Problem: Repeating line comment is undesired for "O" command. Solution: Do not copy line comment leader for "O". (closes https://github.com/vim/vim/issues/9426)
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Dec 2021 16:30:03 +0100
parents 1c22fcc7415c
children efa773bec478
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3934,
+/**/
     3933,
 /**/
     3932,