diff src/version.c @ 13698:404b89cb1e2a v8.0.1721

patch 8.0.1721: no test for using the 'termsize' option commit https://github.com/vim/vim/commit/a7eef3d87fa36d527d1cfc749b400df1e69dcb3d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 15 22:25:54 2018 +0200 patch 8.0.1721: no test for using the 'termsize' option Problem: No test for using the 'termsize' option. Solution: Add a test.
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Apr 2018 22:30:08 +0200
parents 3b1cfbc70b43
children b28d679b1843
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1721,
+/**/
     1720,
 /**/
     1719,