commit | 40cf4b44ed6c7fae7d35b0652911cf7c97d9f2a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 13:30:32 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 13:30:32 2013 +0100 |
tree | d22bd5caf2eb77b828f0625086ed93900e59aadd | |
parent | 5c9626301b93621869bbc0662cf71ccb2f853c51 [diff] [blame] |
updated for version 7.3.833 Problem: In the terminal the scroll wheel always scrolls the active window. Solution: Scroll the window under the mouse pointer, like in the GUI. (Bradie Rao)
diff --git a/src/version.c b/src/version.c index 2625b89..3ab8548 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 833, +/**/ 832, /**/ 831,