commit | 5ea5f373729589acb38ce3f3ca338e8a6d398bdc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 15:15:47 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 15:15:47 2021 +0000 |
tree | c733ac730be8d8b3be053a2137ac2aa9daf86757 | |
parent | 3d0abad5bf4fe125e219f1b56c4e8200cb900e2a [diff] [blame] |
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 #9426)
diff --git a/src/version.c b/src/version.c index 2b1ce02..e4b481b 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3934, +/**/ 3933, /**/ 3932,