comparison 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
comparison
equal deleted inserted replaced
26810:9c34e5550c98 26811:f0fdd992cfb9
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3934,
752 /**/ 754 /**/
753 3933, 755 3933,
754 /**/ 756 /**/
755 3932, 757 3932,
756 /**/ 758 /**/