]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1801: undo file not found when using ":args" or ":next" v8.2.1801
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Oct 2020 17:56:39 +0000 (19:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Oct 2020 17:56:39 +0000 (19:56 +0200)
commit55b419b871dd35f5b05dd2aed65f14461b493ba9
tree48f396af7c38545aa20211cc7c2bcf23302f98e2
parentdda749ce85cc07000faa86bfd2ceaecd8e4805fc
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)
src/ex_cmds.c
src/testdir/test_undo.vim
src/version.c