summaryrefslogtreecommitdiff
path: root/src/testdir/test_tagjump.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1007: there is no way to get a list of swap file namesv9.0.1007Bram Moolenaar2022-12-051-36/+0
* patch 9.0.1005: a failed test may leave a swap file behindv9.0.1005Bram Moolenaar2022-12-041-0/+36
* patch 9.0.0767: too many delete() calls in testsv9.0.0767Bram Moolenaar2022-10-151-147/+74
* patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar2022-09-021-78/+78
* patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan2022-09-021-1/+1
* patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan2022-08-301-1/+1
* patch 8.2.5050: using freed memory when searching for pattern in pathv8.2.5050Bram Moolenaar2022-06-011-0/+11
* patch 8.2.5024: using freed memory with "]d"v8.2.5024Bram Moolenaar2022-05-261-0/+6
* patch 8.2.4979: accessing freed memory when line is flushedv8.2.4979Bram Moolenaar2022-05-181-0/+9
* patch 8.2.4543: Coverity warning for refactored tag search codev8.2.4543Yegappan Lakshmanan2022-03-111-0/+9
* patch 8.2.4538: the find_tags_in_file() function is too longv8.2.4538Yegappan Lakshmanan2022-03-101-3/+10
* patch 8.2.4518: the binary tag search feature is always enabledv8.2.4518Yegappan Lakshmanan2022-03-061-0/+73
* patch 8.2.4512: the find_tags_in_file() function is much too longv8.2.4512Yegappan Lakshmanan2022-03-051-3/+42
* patch 8.2.4494: the find_tags() function is much too longv8.2.4494Yegappan Lakshmanan2022-03-021-0/+5
* patch 8.2.3362: buffer overflow when completing long tag namev8.2.3362Gregory Anders2021-08-211-0/+10
* patch 8.2.3019: location list only has the start position.v8.2.3019thinca2021-06-191-6/+7
* patch 8.2.1786: various Normal mode commands not fully testedv8.2.1786Bram Moolenaar2020-10-021-1/+12
* patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar2020-09-231-0/+4
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-7/+7
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-8/+6
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-2/+2
* patch 8.2.1061: insufficient testing for src/window.cv8.2.1061Bram Moolenaar2020-06-261-0/+45
* patch 8.2.1022: various parts of code not covered by testsv8.2.1022Bram Moolenaar2020-06-201-1/+54
* patch 8.2.0998: not all tag code is testedv8.2.0998Bram Moolenaar2020-06-171-0/+69
* patch 8.2.0950: tagjump test failsv8.2.0950Bram Moolenaar2020-06-101-1/+1
* patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar2020-04-211-0/+1
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-1/+1
* patch 8.2.0369: various Normal mode commands not fully testedv8.2.0369Bram Moolenaar2020-03-101-1/+32
* patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar2020-02-171-0/+201
* patch 8.2.0092: tags functionality insufficiently testedv8.2.0092Bram Moolenaar2020-01-061-5/+173
* patch 8.2.0088: insufficient tests for tags; bug in using extra tag fieldv8.2.0088Bram Moolenaar2020-01-051-0/+289
* patch 8.2.0077: settagstack() cannot truncate at current indexv8.2.0077Bram Moolenaar2020-01-021-0/+22
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-0/+6
* patch 8.1.2312: "line:" field in tags file not usedv8.1.2312Bram Moolenaar2019-11-171-0/+24
* patch 8.1.2269: tags file with very long line stops using binary searchv8.1.2269Bram Moolenaar2019-11-071-2/+21
* patch 8.1.2143: cannot see each command even when 'verbose' is setv8.1.2143Bram Moolenaar2019-10-121-0/+1
* patch 8.1.2141: :tselect has an extra hit-enter promptv8.1.2141Bram Moolenaar2019-10-121-0/+33
* patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar2019-09-061-1/+1
* patch 8.1.1952: more functions can be used as a methodv8.1.1952Bram Moolenaar2019-08-311-1/+1
* patch 8.1.1546: in some tests 'tags' is set but not restoredv8.1.1546Bram Moolenaar2019-06-151-1/+4
* patch 8.1.1094: long line in tags file causes errorv8.1.1094Bram Moolenaar2019-03-301-0/+31
* patch 8.1.1087: tag stack is incorrect after CTRL-T and then :tagv8.1.1087Bram Moolenaar2019-03-301-0/+73
* patch 8.1.0519: cannot save and restore the tag stackv8.1.0519Bram Moolenaar2018-11-111-0/+109
* patch 8.0.1488: emacs tags no longer workv8.0.1488Bram Moolenaar2018-02-091-0/+28
* patch 8.0.1253: still too many old style testsv8.0.1253Bram Moolenaar2017-11-021-0/+55
* patch 8.0.1221: still too many old style testsv8.0.1221Bram Moolenaar2017-10-261-0/+37
* patch 8.0.0621: :stag does not respect 'switchbuf'v8.0.0621Bram Moolenaar2017-06-051-0/+42
* patch 8.0.0393: order of duplicate tags is not preservedv8.0.0393Bram Moolenaar2017-03-011-0/+24
* patch 8.0.0195: fail to jump to static tag in current filev8.0.0195Bram Moolenaar2017-01-161-0/+18
* patch 7.4.2343v7.4.2343Bram Moolenaar2016-09-071-0/+30