commit | 5e4e1b12998b1ed99138cad1c5da4d430f798547 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 17 22:09:45 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 17 22:09:45 2017 +0100 |
tree | aee404f261c89b5ef780e506ef80ae829bfe7d1b | |
parent | eb46f8fa14a586779f55b1c7f1648f559618322e [diff] [blame] |
patch 8.0.0205: wrong behavior after :undojoin Problem: After :undojoin some commands don't work properly, such as :redo. (Matthew Malcomson) Solution: Don't set curbuf->b_u_curhead. (closes #1390)
diff --git a/src/version.c b/src/version.c index a99c17e..766f989 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 205, +/**/ 204, /**/ 203,