commit | e9ebc9a91cac357fd4888f4b71fdff7d97b41160 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 19 15:27:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 19 15:27:14 2019 +0200 |
tree | c0625571a7e082e117c2be5452c3529c1f317891 | |
parent | 338dfdad3844ebb1ce1d56c421d1f698c086eb0c [diff] [blame] |
patch 8.1.1352: undofile() reports wrong name Problem: Undofile() reports wrong name. (Francisco Giordano) Solution: Clean up the name before changing path separators. (closes #4392, closes #4394)
diff --git a/src/version.c b/src/version.c index 8bf07e3..f349d7b 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1352, +/**/ 1351, /**/ 1350,