commit | ca57ab54d759a3e265b19bbe31b57dfed00bbdd0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 14:53:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 14:53:16 2019 +0200 |
tree | 495206e02dfd06d904d326f7902ca3b5b60eae58 | |
parent | 700dfaa86a96dc1d6c33b28e79438445e02edecf [diff] [blame] |
patch 8.1.1165: no test for mouse clicks in the terminal tabpage line Problem: No test for mouse clicks in the terminal tabpage line. Solution: Add a test. (Dominique Pelle, closes #4247). Also init TabPageIdxs[], in case it's used before a redraw.
diff --git a/src/version.c b/src/version.c index a53228d..881c67a 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1165, +/**/ 1164, /**/ 1163,