diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-17 22:09:45 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-17 22:09:45 +0100 |
commit | 5e4e1b12998b1ed99138cad1c5da4d430f798547 (patch) | |
tree | aee404f261c89b5ef780e506ef80ae829bfe7d1b /src/version.c | |
parent | eb46f8fa14a586779f55b1c7f1648f559618322e (diff) | |
download | vim-git-8.0.0205.tar.gz |
patch 8.0.0205: wrong behavior after :undojoinv8.0.0205
Problem: After :undojoin some commands don't work properly, such as :redo.
(Matthew Malcomson)
Solution: Don't set curbuf->b_u_curhead. (closes #1390)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a99c17e7b..766f9890c 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 205, +/**/ 204, /**/ 203, |