diff src/version.c @ 15186:2b15ee496cbd v8.1.0603

patch 8.1.0603: the :stop command is not tested commit https://github.com/vim/vim/commit/e751a5f531c1ceb58dacc7c280fdaae0df2c71c7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 16 16:16:10 2018 +0100 patch 8.1.0603: the :stop command is not tested Problem: The :stop command is not tested. Solution: Test :stop using a terminal window.
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Dec 2018 16:30:06 +0100
parents 90ab2d3ce11d
children 2d8c31ae1e24
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    603,
+/**/
     602,
 /**/
     601,