commit | f36a2c7e60d86b1a1733a8f51ed72da9c6f76eb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 18:57:16 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 18:57:16 2019 +0100 |
tree | 35f0ed807c49a953206c70d0f4125c5fd09a3595 | |
parent | e53ec39270c805a95e405812e4c463c87a150eda [diff] [blame] |
patch 8.1.2306: double and triple clicks are not tested Problem: Double and triple clicks are not tested. Solution: Test mouse clicks to select text. (closes #5226)
diff --git a/src/version.c b/src/version.c index 8e2479e..dc6caed 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2306, +/**/ 2305, /**/ 2304,