commit | f19f8d1a4b58ea83f3a356cb96a4bd90e7dc902e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 18 19:36:23 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 18 19:36:23 2019 +0100 |
tree | 078f1db7913c6db6831b464cf39bdc2d42ab2f8a | |
parent | a9e9679de3ef082ee29868ab404283dfc53258f2 [diff] [blame] |
patch 8.2.0020: mouse clicks in the command line not tested Problem: Mouse clicks in the command line not tested. Solution: Add tests. (Dominique Pelle, closes #5366)
diff --git a/src/version.c b/src/version.c index 67d4918..a96c906 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 20, +/**/ 19, /**/ 18,