commit | 8e08125d3a9afd0b16cd84454ae9ddad0abaaab0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 21 23:13:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 21 23:13:32 2016 +0100 |
tree | ec7f6dfbbe8787c569b8b1a8e18629a772b3154c | |
parent | b763eba7ae3540cd879f7c29882a29308f9688db [diff] [blame] |
patch 7.4.1634 Problem: Vertical movement after CTRL-A ends up in the wrong column. (Urtica Dioica) Solution: Set curswant when appropriate. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 3f45bd6..af13a75 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1634, +/**/ 1633, /**/ 1632,