commit | 2abad54cede7c33f090fbde19a9a3eb3dbf78e53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 19 14:43:45 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 19 14:43:45 2018 +0200 |
tree | 3565ce351f918ea2e6dfaeca5e09155a2b20fd1d | |
parent | 2f01889055f14842c1d4f9abd91139fc6bd95f15 [diff] [blame] |
patch 8.1.0002: :stopinsert changes the message position Problem: :stopinsert changes the message position. Solution: Save and restore msg_col and msg_row in clearmode(). (Jason Franklin)
diff --git a/src/version.c b/src/version.c index 04d8fb3..9d92ef8 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2, +/**/ 1, /**/ 0