commit | 1ee36d6ff5bc51a1ecb5631c3e5bb632b5d1bcfc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 01 23:13:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 01 23:13:56 2019 +0200 |
tree | 7de03c764ab8b8c02814d290f03de9876372ce72 | |
parent | 26f0cb145ac05651c1507b66937a3888facb3855 [diff] [blame] |
patch 8.1.1244: no tests for CTRL-mouse-click Problem: No tests for CTRL-mouse-click. Solution: Add a few tests. (Dominique Pelle, closes #4323)
diff --git a/src/version.c b/src/version.c index 7de32ae..30b94f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1244, +/**/ 1243, /**/ 1242,