commit | df77cef92ec034796723ffa3adb12e8b46daa98e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 17:46:42 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 17:46:42 2018 +0200 |
tree | b7106c402d4d687ede7623fcb1b954e5b879f8c4 | |
parent | 0cc7b2d6ccc79d6ce69f5405f9914a42cb4f615e [diff] [blame] |
patch 8.1.0458: ml_get error and crash when using "do" Problem: Ml_get error and crash when using "do". Solution: Adjust cursor position also when diffupdate is not needed. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index f701c25..b25f132 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 458, +/**/ 457, /**/ 456,