diff src/version.c @ 23231:990466a75d3c v8.2.2161

patch 8.2.2161: arguments -T and -x not tested yet Commit: https://github.com/vim/vim/commit/1f33e0a7c4cd278158b37f91a2aa44f0bcd1f21a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 19 13:32:07 2020 +0100 patch 8.2.2161: arguments -T and -x not tested yet Problem: Arguments -T and -x not tested yet. Solution: Add a test. (Dominique Pell?, closes https://github.com/vim/vim/issues/7490
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Dec 2020 13:45:03 +0100
parents b545334ae654
children 657216220293
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 */
 /**/
+    2161,
+/**/
     2160,
 /**/
     2159,