diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-03-16 21:42:16 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-03-16 21:42:16 +0100 |
commit | b897871ce9a4a6bd033bfe127a83eb6348361739 (patch) | |
tree | 75aeb62bd0fc12d4afe3dcb7a0a7adbebc166661 /src/version.c | |
parent | a5be25e1dbb6d129cb7d1efb5c73141a51836e06 (diff) | |
download | vim-git-b897871ce9a4a6bd033bfe127a83eb6348361739.tar.gz |
updated for version 7.3.865v7.3.865
Problem: Mouse position may be wrong.
Solution: Let vungetc() restore the mouse position.
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 7c5f362b7..740e84159 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 865, +/**/ 864, /**/ 863, |