commit | 3fb01a53c685d8d7e7bd83c33500de80aed0d7c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 09 21:52:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 09 21:52:02 2019 +0200 |
tree | 6d5b4b7b593bf6f71f11bc2d2eb85c57882183c5 | |
parent | 1b55797e90c5fe41691afe43aed8afffbbcebeb9 [diff] [blame] |
patch 8.1.1142: no test for dragging the window separators with the mouse Problem: No test for dragging the window separators with the mouse. Solution: Add a test. (Dominique Pelle, closes #4226)
diff --git a/src/version.c b/src/version.c index 4dc55f4..a9e4ccf 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1142, +/**/ 1141, /**/ 1140,