summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_tagjump.vim
AgeCommit message (Expand)Author
2021-08-21patch 8.2.3362: buffer overflow when completing long tag namev8.2.3362Gregory Anders
2021-06-19patch 8.2.3019: location list only has the start position.v8.2.3019thinca
2020-10-02patch 8.2.1786: various Normal mode commands not fully testedv8.2.1786Bram Moolenaar
2020-09-23patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-06-26patch 8.2.1061: insufficient testing for src/window.cv8.2.1061Bram Moolenaar
2020-06-20patch 8.2.1022: various parts of code not covered by testsv8.2.1022Bram Moolenaar
2020-06-17patch 8.2.0998: not all tag code is testedv8.2.0998Bram Moolenaar
2020-06-10patch 8.2.0950: tagjump test failsv8.2.0950Bram Moolenaar
2020-04-21patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar
2020-04-08patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar
2020-03-10patch 8.2.0369: various Normal mode commands not fully testedv8.2.0369Bram Moolenaar
2020-02-17patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar
2020-01-06patch 8.2.0092: tags functionality insufficiently testedv8.2.0092Bram Moolenaar
2020-01-05patch 8.2.0088: insufficient tests for tags; bug in using extra tag fieldv8.2.0088Bram Moolenaar
2020-01-02patch 8.2.0077: settagstack() cannot truncate at current indexv8.2.0077Bram Moolenaar
2019-12-01patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar
2019-11-17patch 8.1.2312: "line:" field in tags file not usedv8.1.2312Bram Moolenaar
2019-11-07patch 8.1.2269: tags file with very long line stops using binary searchv8.1.2269Bram Moolenaar
2019-10-12patch 8.1.2143: cannot see each command even when 'verbose' is setv8.1.2143Bram Moolenaar
2019-10-12patch 8.1.2141: :tselect has an extra hit-enter promptv8.1.2141Bram Moolenaar
2019-09-06patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar
2019-08-31patch 8.1.1952: more functions can be used as a methodv8.1.1952Bram Moolenaar
2019-06-15patch 8.1.1546: in some tests 'tags' is set but not restoredv8.1.1546Bram Moolenaar
2019-03-30patch 8.1.1094: long line in tags file causes errorv8.1.1094Bram Moolenaar
2019-03-30patch 8.1.1087: tag stack is incorrect after CTRL-T and then :tagv8.1.1087Bram Moolenaar
2018-11-11patch 8.1.0519: cannot save and restore the tag stackv8.1.0519Bram Moolenaar
2018-02-09patch 8.0.1488: emacs tags no longer workv8.0.1488Bram Moolenaar
2017-11-02patch 8.0.1253: still too many old style testsv8.0.1253Bram Moolenaar
2017-10-26patch 8.0.1221: still too many old style testsv8.0.1221Bram Moolenaar
2017-06-05patch 8.0.0621: :stag does not respect 'switchbuf'v8.0.0621Bram Moolenaar
2017-03-01patch 8.0.0393: order of duplicate tags is not preservedv8.0.0393Bram Moolenaar
2017-01-16patch 8.0.0195: fail to jump to static tag in current filev8.0.0195Bram Moolenaar
2016-09-07patch 7.4.2343v7.4.2343Bram Moolenaar
2016-08-24patch 7.4.2248v7.4.2248Bram Moolenaar
2016-08-18patch 7.4.2228v7.4.2228Bram Moolenaar
2016-06-04patch 7.4.1897v7.4.1897Bram Moolenaar
2016-04-18Add missing test file.Bram Moolenaar