commit | 55b419b871dd35f5b05dd2aed65f14461b493ba9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 04 19:56:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 04 19:56:39 2020 +0200 |
tree | 48f396af7c38545aa20211cc7c2bcf23302f98e2 | |
parent | dda749ce85cc07000faa86bfd2ceaecd8e4805fc [diff] [blame] |
patch 8.2.1801: undo file not found when using ":args" or ":next" Problem: Undo file not found when using ":args" or ":next". Solution: Handle like editing another file. (closes #7072)
diff --git a/src/version.c b/src/version.c index d784589..80b9319 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1801, +/**/ 1800, /**/ 1799,