commit | f3d419d719202a0d7320f200356590c6d85871e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 21:05:07 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 21:05:07 2011 +0100 |
tree | bf62a559aefa01401e08cc85406cc7ce6592826c | |
parent | 445edda2f9a52ff9bce83ee5334d4ece2bd20494 [diff] [blame] |
updated for version 7.3.106 Problem: When 'cursorbind' is set another window may scroll unexpectedly when 'scrollbind' is also set. (Xavier Wang) Solution: Don't call update_topline() if 'scrollbind' is set.
diff --git a/src/version.c b/src/version.c index c16a374..0e08703 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 106, +/**/ 105, /**/ 104,