]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1352: undofile() reports wrong name v8.1.1352
authorBram Moolenaar <Bram@vim.org>
Sun, 19 May 2019 13:27:14 +0000 (15:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 May 2019 13:27:14 +0000 (15:27 +0200)
commite9ebc9a91cac357fd4888f4b71fdff7d97b41160
treec0625571a7e082e117c2be5452c3529c1f317891
parent338dfdad3844ebb1ce1d56c421d1f698c086eb0c
patch 8.1.1352: undofile() reports wrong name

Problem:    Undofile() reports wrong name. (Francisco Giordano)
Solution:   Clean up the name before changing path separators. (closes #4392,
            closes #4394)
src/evalfunc.c
src/testdir/test_undo.vim
src/version.c