commit | 4fc563b397949ce23190045112fa08c0776a56e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 12:40:58 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 12:40:58 2016 +0100 |
tree | ce65b1c904c201d9b6b023708bc28005f4660b0d | |
parent | 509ce2a558e7e0c03242e32e844255af52f1c821 [diff] [blame] |
patch 7.4.1538 Problem: Selection with the mouse does not work in command line mode. Solution: Use cairo functions. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index c290b50..02d177f 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1538, +/**/ 1537, /**/ 1536,