commit | 271fa08a35b8d320d3a40db4ddae83b698fdd4fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 02 14:02:16 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 02 14:02:16 2020 +0100 |
tree | 4c20c4317f691299e8364f415204e00a85e710c4 | |
parent | 955f4e6f36ea009b90803d12a62108c94f446778 [diff] [blame] |
patch 8.2.0077: settagstack() cannot truncate at current index Problem: settagstack() cannot truncate at current index. Solution: Add the "t" action. (Yegappan Lakshmanan, closes #5417)
diff --git a/src/version.c b/src/version.c index 263ffb0..118dad5 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 77, +/**/ 76, /**/ 75,