diff src/version.c @ 27599:044a12908236 v8.2.4326

patch 8.2.4326: "o" and "O" copying comment not sufficiently tested Commit: https://github.com/vim/vim/commit/51ab7c7d0da08aac796acff22a6c075dac579e76 Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Feb 8 12:58:37 2022 +0000 patch 8.2.4326: "o" and "O" copying comment not sufficiently tested Problem: "o" and "O" copying comment not sufficiently tested. Solution: Add a test case. (closes https://github.com/vim/vim/issues/9718)
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Feb 2022 14:00:04 +0100
parents 4eb2bf8b2f27
children cb46dd386990
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 */
 /**/
+    4326,
+/**/
     4325,
 /**/
     4324,