commit | 524780d69f4be69caad73a429665d0bfd9aa5ca7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 28 14:19:50 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 28 14:19:50 2012 +0200 |
tree | 1c994c7356f2144df4c5949509d312704985bfcc | |
parent | 61d281a4c088db09ff82bfd7178216b0c0c31536 [diff] [blame] |
updated for version 7.3.482 Problem: With 'cursorbind' set moving up/down does not always keep the same column. Solution: Set curswant appropriately. (Gary Johnson)
diff --git a/src/version.c b/src/version.c index a1bd77c..b9df085 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 482, +/**/ 481, /**/ 480,