]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3543: swapname has double slash when 'directory' ends in it v8.2.3543
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Oct 2021 21:12:25 +0000 (22:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Oct 2021 21:12:25 +0000 (22:12 +0100)
commit8b0e62c93b6dad5ec5b2c7558d4f7b78c46216d2
tree4d69964e5df4ca843790c9e0b3bbb36755c3061a
parentc5935a859ee31d56a565878d7a231fc59b7ddc01
patch 8.2.3543: swapname has double slash when 'directory' ends in it

Problem:    Swapname has double slash when 'directory' ends in double slash.
            (Shane Smith)
Solution:   Remove the superfluous slash. (closes #8876)
src/memline.c
src/testdir/test_swap.vim
src/version.c