diff src/version.c @ 23652:2a5b9801f2e2 v8.2.2368

patch 8.2.2368: insufficient tests for setting options Commit: https://github.com/vim/vim/commit/85773bf32b51cbe7e971c5ac11cb9c743bb7a38a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 13:48:03 2021 +0100 patch 8.2.2368: insufficient tests for setting options Problem: Insufficient tests for setting options. Solution: Add a few tests. (Dominique Pell?, closes https://github.com/vim/vim/issues/7695)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Jan 2021 14:00:04 +0100
parents 83a69ada0274
children 1974c5122506
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2368,
+/**/
     2367,
 /**/
     2366,