commit | 6aa7523b9642a752ab879131d4b159635207d9f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 13 21:01:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 13 21:01:34 2019 +0200 |
tree | ac5847eb09d81f13013576ce426d20e79d38edd1 | |
parent | 53efb18530cc3940d7af2ea338947783ea5495ed [diff] [blame] |
patch 8.1.2148: no test for right click extending Visual area Problem: No test for right click extending Visual area. Solution: Add a test. (Dominique Pelle, closes #5018)
diff --git a/src/version.c b/src/version.c index 3dc64cc..cf6c773 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2148, +/**/ 2147, /**/ 2146,