commit | b4367b7fb65f6a88f76ef99f79342341af0b1017 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 01 14:19:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 01 14:19:07 2019 +0200 |
tree | 0c0a3a29e40a413e93067c938cdfa85126e579b6 | |
parent | 2886dccebaec2da55e5a99bd88d44ae4217dee6e [diff] [blame] |
patch 8.1.2106: no tests for dragging the mouse beyond the window Problem: No tests for dragging the mouse beyond the window. Solution: Add a test. (Dominique Pelle, closes #5004)
diff --git a/src/version.c b/src/version.c index 229312b..cfd70c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2106, +/**/ 2105, /**/ 2104,