commit | e751a5f531c1ceb58dacc7c280fdaae0df2c71c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 16 16:16:10 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 16 16:16:10 2018 +0100 |
tree | 2ad9b7d8e5161cdbcba837ec583356bd25c18b2a | |
parent | 2caad3fbbdbf1486a176c9f6bfbc3d9be90e09f7 [diff] [blame] |
patch 8.1.0603: the :stop command is not tested Problem: The :stop command is not tested. Solution: Test :stop using a terminal window.
diff --git a/src/version.c b/src/version.c index f9154cd..c73a3ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 603, +/**/ 602, /**/ 601,