diff src/version.c @ 15523:47328ce4b7aa v8.1.0769

patch 8.1.0769: :stop is covered in two tests commit https://github.com/vim/vim/commit/3020ccb113d397ddf474001dc00a1916ad7abdee Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 22:13:54 2019 +0100 patch 8.1.0769: :stop is covered in two tests Problem: :stop is covered in two tests. Solution: Remove Test_stop_in_terminal(). Make other test exit Vim cleanly. (Ozaki Kiichi, closes #3814)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 22:15:05 +0100
parents 6d949e552e99
children 3ef31ce9d9f9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -792,6 +792,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    769,
+/**/
     768,
 /**/
     767,