comparison 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
comparison
equal deleted inserted replaced
15522:6c1acefc5d98 15523:47328ce4b7aa
789 NULL 789 NULL
790 }; 790 };
791 791
792 static int included_patches[] = 792 static int included_patches[] =
793 { /* Add new patch number below this line */ 793 { /* Add new patch number below this line */
794 /**/
795 769,
794 /**/ 796 /**/
795 768, 797 768,
796 /**/ 798 /**/
797 767, 799 767,
798 /**/ 800 /**/