commit | 7d42840033aedf36389208b62e28b4e0b251c199 | [log] [tgz] |
---|---|---|
author | James Cherti <60946298+jamescherti@users.noreply.github.com> | Mon Mar 14 20:24:51 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 20:24:51 2022 +0000 |
tree | abb1ea5b7e08438e294ad1ef31a734b54b68e94a | |
parent | 6e2e2cc95b913e33145047e0fade5193da6e4379 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 2ea5965..5576f20 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4566, +/**/ 4565, /**/ 4564,