commit | d816cd94d87afb73c505bf1e5cd5e07522482113 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 04 22:23:09 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 04 22:23:09 2020 +0100 |
tree | 89336db136fc53d20952d0924fa1a33b9e26cf2f | |
parent | bfe12043128d75585749f82aebbf4cdd1a7dfe31 [diff] [blame] |
patch 8.2.0208: fnamemodify() does not apply ":~" when followed by ":." Problem: Fnamemodify() does not apply ":~" when followed by ":.". Solution: Don't let a failing ":." cause the ":~" to be skipped. (Yasuhiro Matsumoto, closes #5577)
diff --git a/src/version.c b/src/version.c index be1bf33..6e598e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 208, +/**/ 207, /**/ 206,