commit | 3368ea215249b08ebaf64247f7a4f542fb6ba060 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 21 16:56:35 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 21 16:56:35 2010 +0200 |
tree | 5ea97ed3ee06b2b0f3468fccd7b7f6b9edce9634 | |
parent | 2eea198564930225d51188682f548332a064037f [diff] [blame] |
updated for version 7.3.008 Problem: 'cursorbind' is kept in places where 'scrollbind' is reset. Solution: Reset 'cursorbind'.
diff --git a/src/version.c b/src/version.c index ab8f35e..d4a22da 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 8, +/**/ 7, /**/ 6,