diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-12 12:40:58 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-12 12:40:58 +0100 |
commit | 4fc563b397949ce23190045112fa08c0776a56e6 (patch) | |
tree | ce65b1c904c201d9b6b023708bc28005f4660b0d /src/version.c | |
parent | 509ce2a558e7e0c03242e32e844255af52f1c821 (diff) | |
download | vim-4fc563b397949ce23190045112fa08c0776a56e6.zip |
patch 7.4.1538
Problem: Selection with the mouse does not work in command line mode.
Solution: Use cairo functions. (Kazunobu Kuriyama)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index c290b5040..02d177f74 100644 --- a/src/version.c +++ b/src/version.c @@ -744,6 +744,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1538, +/**/ 1537, /**/ 1536, |