1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-03-30 19:12:02 +01:00
parent abab0b0fdd
commit 7559dcef6c
3 changed files with 81 additions and 3 deletions

View File

@@ -775,6 +775,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1087,
/**/
1086,
/**/