commit | 39f76c6ac0f5e07a0e608ddf920a67702ec83824 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 22:13:23 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 22:13:23 2019 +0200 |
tree | e2e2a4aeea507040f4ca7f029d046a3cf040159d | |
parent | 9c35d05f45e545825a15da07cc2f1c893c3789ee [diff] [blame] |
patch 8.1.1167: no test for closing tab by click in tabline Problem: No test for closing tab by click in tabline. Solution: Add a test. Also fix that dragging window separator could fail in a large terminal. (Dominique Pelle, closes #4253)
diff --git a/src/version.c b/src/version.c index cd7bb3f..a12bd09 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1167, +/**/ 1166, /**/ 1165,