summaryrefslogtreecommitdiffstats
path: root/src/tag.c
AgeCommit message (Expand)Author
2024-03-28patch 9.1.0216: Error on exit with EXITFREE and 'winfixbuf'v9.1.0216zeertzjq
2024-03-03patch 9.1.0147: Cannot keep a buffer focused in a windowv9.1.0147Colin Kennedy
2024-02-18patch 9.1.0115: Using freed memory with full tag stack and user datav9.1.0115zeertzjq
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-05-20patch 9.0.1571: RedrawingDisabled not used consistentlyv9.0.1571Bram Moolenaar
2023-05-14patch 9.0.1554: code for handling 'switchbuf' is repeatedv9.0.1554Yegappan Lakshmanan
2023-02-20patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan
2023-01-30patch 9.0.1262: the did_set_string_option function is too longv9.0.1262Yegappan Lakshmanan
2023-01-27patch 9.0.1251: checking returned value of ga_grow() is inconsistentv9.0.1251Yegappan Lakshmanan
2023-01-25patch 9.0.1245: code is indented more than necessaryv9.0.1245Yegappan Lakshmanan
2022-11-23patch 9.0.0925: two conditions are always falsev9.0.0925zeertzjq
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-09-05patch 9.0.0389: crash when 'tagfunc' closes the windowv9.0.0389Bram Moolenaar
2022-09-03patch 9.0.0368: old Coverity warning for using NULL pointerv9.0.0368Bram Moolenaar
2022-09-03patch 9.0.0364: clang static analyzer gives warningsv9.0.0364Yegappan Lakshmanan
2022-08-25patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny versionv9.0.0270Bram Moolenaar
2022-08-22patch 9.0.0246: using freed memory when 'tagfunc' deletes the bufferv9.0.0246Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-07-23patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-04-04patch 8.2.4683: verbose check with dict_find() to see if a key is presentv8.2.4683Yegappan Lakshmanan
2022-03-13patch 8.2.4562: linear tag search is not optimalv8.2.4562Yegappan Lakshmanan
2022-03-12patch 8.2.4553: linear tag search is a bit slowv8.2.4553Yegappan Lakshmanan
2022-03-11patch 8.2.4544: Coverity warnings for not using returned valuev8.2.4544Bram Moolenaar
2022-03-11patch 8.2.4543: Coverity warning for refactored tag search codev8.2.4543Yegappan Lakshmanan
2022-03-10patch 8.2.4538: the find_tags_in_file() function is too longv8.2.4538Yegappan Lakshmanan
2022-03-06patch 8.2.4518: the binary tag search feature is always enabledv8.2.4518Yegappan Lakshmanan
2022-03-05patch 8.2.4512: the find_tags_in_file() function is much too longv8.2.4512Yegappan Lakshmanan
2022-03-03patch 8.2.4496: Coverity gives warnings after tags code refactoringv8.2.4496Bram Moolenaar
2022-03-02patch 8.2.4494: the find_tags() function is much too longv8.2.4494Yegappan Lakshmanan
2022-01-28patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-02patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar
2022-01-02patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-12patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan
2021-12-10patch 8.2.3776: when a tags file line is long a tag may not be foundv8.2.3776Bram Moolenaar
2021-12-07patch 8.2.3756: might crash when callback is not validv8.2.3756Yegappan Lakshmanan
2021-12-05patch 8.2.3749: error messages are everywherev8.2.3749Bram Moolenaar
2021-12-03patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'v8.2.3725Yegappan Lakshmanan
2021-11-24patch 8.2.3665: cannot use a lambda for 'tagfunc'v8.2.3665Yegappan Lakshmanan
2021-10-02patch 8.2.3460: some type casts are not neededv8.2.3460=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-08-21patch 8.2.3362: buffer overflow when completing long tag namev8.2.3362Gregory Anders
2021-08-11patch 8.2.3330: Coverity reports using uninitialized fieldv8.2.3330Bram Moolenaar
2021-07-15patch 8.2.3167: get E12 in a job callback when searching for tagsv8.2.3167Bram Moolenaar
2021-05-18patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented codev8.2.2871Dominique Pelle
2021-05-05patch 8.2.2836: build failure without the +quickfix featurev8.2.2836Bram Moolenaar