commit | 696d6377289eb7c703263aaabe58134968335c4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 17 16:33:46 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 17 16:33:46 2019 +0200 |
tree | 8645555353c1ed4a7b7fca3118af87d813d8a6af | |
parent | 4945219b99f8e191c599f80dedc0c4be02ed821e [diff] [blame] |
patch 8.1.1179: no test for mouse clicks in the fold column Problem: No test for mouse clicks in the fold column. Solution: Add a test. (Dominique Pelle, closes #4261)
diff --git a/src/version.c b/src/version.c index 585f2fd..87a4e47 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1179, +/**/ 1178, /**/ 1177,