]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4566: check for existing buffer in session file may not work v8.2.4566
authorJames Cherti <60946298+jamescherti@users.noreply.github.com>
Mon, 14 Mar 2022 20:24:51 +0000 (20:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Mar 2022 20:24:51 +0000 (20:24 +0000)
commit7d42840033aedf36389208b62e28b4e0b251c199
treeabb1ea5b7e08438e294ad1ef31a734b54b68e94a
parent6e2e2cc95b913e33145047e0fade5193da6e4379
patch 8.2.4566: check for existing buffer in session file may not work

Problem:    Check for existing buffer in session file does not work for files
            in the home directory.
Solution:   Use fnamemodify(). (James Cherti, closes #9945)  Add a test.
src/session.c
src/testdir/test_mksession.vim
src/version.c