commit | 3020ccb113d397ddf474001dc00a1916ad7abdee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 22:13:54 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 22:13:54 2019 +0100 |
tree | 83f0bdea64f07c58732dbd8af69a14a62ef18696 | |
parent | ae654385dfb2ae4c1d70789d1dce3676dba4dfbc [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c6fe19d..b98c7e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 769, +/**/ 768, /**/ 767,