commit | a810db3f17d477e057059c72062c08fd97bcea43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 17:59:23 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 17:59:23 2020 +0200 |
tree | ae8d634adb67382b2f884510a1bc9428a1fc1b83 | |
parent | 8b848cafb0a88f8d8e8f46caa8d67431b4faa374 [diff] [blame] |
patch 8.2.1658: expand('<stack>') has trailing ".." Problem: Expand('<stack>') has trailing "..". Solution: Remove the "..". (closes #6927)
diff --git a/src/version.c b/src/version.c index 5386822..81c51e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1658, +/**/ 1657, /**/ 1656,