commit | b73fa629d6d3d705c1f8e8d5f8109fc9abd7bb6f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 21 20:27:47 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 21 20:27:47 2017 +0100 |
tree | 9969ba546d128ada78ef1cb7603caa135b4df255 | |
parent | ae6f8651251013bafef9de1aed09069deaae8122 [diff] [blame] |
patch 8.0.1419: cursor column is not updated after ]s Problem: Cursor column is not updated after ]s. (Gary Johnson) Solution: Set the curswant flag.
diff --git a/src/version.c b/src/version.c index 9f034d7..6ae2135 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1419, +/**/ 1418, /**/ 1417,