commit | 8b0e62c93b6dad5ec5b2c7558d4f7b78c46216d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 22:12:25 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 22:12:25 2021 +0100 |
tree | 4d69964e5df4ca843790c9e0b3bbb36755c3061a | |
parent | c5935a859ee31d56a565878d7a231fc59b7ddc01 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f449532..c3f1fd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3543, +/**/ 3542, /**/ 3541,