commit | 7559dcef6cfd0ba13271088fff51b8979fee950b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 19:12:02 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 19:12:02 2019 +0100 |
tree | c9ff3c5edf111e39156179015d0c8c028f5c0cd1 | |
parent | abab0b0fdd6535969447b03a4fffc1947918cf6c [diff] [blame] |
patch 8.1.1087: tag stack is incorrect after CTRL-T and then :tag Problem: tag stack is incorrect after CTRL-T and then :tag Solution: Handle DT_TAG differently. (test by Andy Massimino, closes #3944, closes #4177)
diff --git a/src/version.c b/src/version.c index 063dea0..6d1df32 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1087, +/**/ 1086, /**/ 1085,