commit | 435acdb88c849c6bac44ef30f24f29618b36af50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 10 20:51:25 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 10 20:51:25 2018 +0100 |
tree | cc6c92323873267160b2ecaa8c4d0972d2738f4f | |
parent | 25cdd9c33b21ddbd31321c075873bb225450d2d2 [diff] [blame] |
patch 8.0.1594: :conform qall not tested with active terminal window Problem: :conform qall not tested with active terminal window. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 727c21f..a6c7279 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1594, +/**/ 1593, /**/ 1592,