commit | 515545e11f523d14343b1e588dc0b9bd3d362bc2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 22 14:08:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 22 14:08:59 2020 +0100 |
tree | 6770a882b96a447d8b455f7c98e6c557c221317a | |
parent | 97acfc781bdb7fa2838dc6e0e7f9952ea61bb2fd [diff] [blame] |
patch 8.2.0425: code for modeless selection not sufficiently tested Problem: Code for modeless selection not sufficiently tested. Solution: Add tests. Move mouse code functionality to a common script file. (Yegappan Lakshmanan, closes #5821)
diff --git a/src/version.c b/src/version.c index 166c1d4..fbd039b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 425, +/**/ 424, /**/ 423,