summaryrefslogtreecommitdiff
path: root/src/tag.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan2023-02-201-1/+1
* patch 9.0.1262: the did_set_string_option function is too longv9.0.1262Yegappan Lakshmanan2023-01-301-4/+4
* patch 9.0.1251: checking returned value of ga_grow() is inconsistentv9.0.1251Yegappan Lakshmanan2023-01-271-1/+1
* patch 9.0.1245: code is indented more than necessaryv9.0.1245Yegappan Lakshmanan2023-01-251-128/+128
* patch 9.0.0925: two conditions are always falsev9.0.0925zeertzjq2022-11-231-30/+28
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-1/+1
* patch 9.0.0389: crash when 'tagfunc' closes the windowv9.0.0389Bram Moolenaar2022-09-051-0/+10
* patch 9.0.0368: old Coverity warning for using NULL pointerv9.0.0368Bram Moolenaar2022-09-031-0/+4
* patch 9.0.0364: clang static analyzer gives warningsv9.0.0364Yegappan Lakshmanan2022-09-031-1/+6
* patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny versionv9.0.0270Bram Moolenaar2022-08-251-4/+0
* patch 9.0.0246: using freed memory when 'tagfunc' deletes the bufferv9.0.0246Bram Moolenaar2022-08-221-1/+8
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-1/+1
* patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar2022-07-231-5/+4
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-4/+4
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-1/+1
* patch 8.2.4683: verbose check with dict_find() to see if a key is presentv8.2.4683Yegappan Lakshmanan2022-04-041-1/+1
* patch 8.2.4562: linear tag search is not optimalv8.2.4562Yegappan Lakshmanan2022-03-131-141/+140
* patch 8.2.4553: linear tag search is a bit slowv8.2.4553Yegappan Lakshmanan2022-03-121-4/+1
* patch 8.2.4544: Coverity warnings for not using returned valuev8.2.4544Bram Moolenaar2022-03-111-5/+8
* patch 8.2.4543: Coverity warning for refactored tag search codev8.2.4543Yegappan Lakshmanan2022-03-111-46/+37
* patch 8.2.4538: the find_tags_in_file() function is too longv8.2.4538Yegappan Lakshmanan2022-03-101-625/+734
* patch 8.2.4518: the binary tag search feature is always enabledv8.2.4518Yegappan Lakshmanan2022-03-061-46/+2
* patch 8.2.4512: the find_tags_in_file() function is much too longv8.2.4512Yegappan Lakshmanan2022-03-051-536/+675
* patch 8.2.4496: Coverity gives warnings after tags code refactoringv8.2.4496Bram Moolenaar2022-03-031-33/+29
* patch 8.2.4494: the find_tags() function is much too longv8.2.4494Yegappan Lakshmanan2022-03-021-995/+1097
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-1/+1
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-081-2/+2
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-6/+6
* patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar2022-01-051-10/+5
* patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar2022-01-021-6/+4
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-11/+11
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan2021-12-121-4/+20
* patch 8.2.3776: when a tags file line is long a tag may not be foundv8.2.3776Bram Moolenaar2021-12-101-2/+7
* patch 8.2.3756: might crash when callback is not validv8.2.3756Yegappan Lakshmanan2021-12-071-1/+2
* patch 8.2.3749: error messages are everywherev8.2.3749Bram Moolenaar2021-12-051-1/+1
* patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'v8.2.3725Yegappan Lakshmanan2021-12-031-2/+2
* patch 8.2.3665: cannot use a lambda for 'tagfunc'v8.2.3665Yegappan Lakshmanan2021-11-241-1/+50
* patch 8.2.3460: some type casts are not neededv8.2.3460=?UTF-8?q?Dundar=20G=C3=B6c?=2021-10-021-1/+1
* patch 8.2.3362: buffer overflow when completing long tag namev8.2.3362Gregory Anders2021-08-211-16/+39
* patch 8.2.3330: Coverity reports using uninitialized fieldv8.2.3330Bram Moolenaar2021-08-111-0/+1
* patch 8.2.3167: get E12 in a job callback when searching for tagsv8.2.3167Bram Moolenaar2021-07-151-16/+16
* patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented codev8.2.2871Dominique Pelle2021-05-181-1/+1
* patch 8.2.2836: build failure without the +quickfix featurev8.2.2836Bram Moolenaar2021-05-051-1/+1
* patch 8.2.2634: 'tagfunc' does not indicate using a patternv8.2.2634Bram Moolenaar2021-03-211-3/+4
* patch 8.2.2568: second time a preview popup is opened highlight is not setv8.2.2568Bram Moolenaar2021-03-041-0/+5
* patch 8.2.2324: not easy to get mark en cursor posotion by character countv8.2.2324Bram Moolenaar2021-01-101-1/+1
* patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar2021-01-041-2/+2
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-211-6/+7
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-1/+1