]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0205: wrong behavior after :undojoin v8.0.0205
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Jan 2017 21:09:45 +0000 (22:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Jan 2017 21:09:45 +0000 (22:09 +0100)
commit5e4e1b12998b1ed99138cad1c5da4d430f798547
treeaee404f261c89b5ef780e506ef80ae829bfe7d1b
parenteb46f8fa14a586779f55b1c7f1648f559618322e
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)
src/testdir/test_undo.vim
src/undo.c
src/version.c