summaryrefslogtreecommitdiff
path: root/src/tag.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.1547: various comment problemsv8.2.1547Bram Moolenaar2020-08-301-1/+1
* patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar2020-05-131-1/+1
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-3/+3
* patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar2020-04-021-2/+2
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-2/+2
* patch 8.2.0365: tag kind can't be a multi-byte characterv8.2.0365Bram Moolenaar2020-03-091-5/+8
* patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar2020-02-211-4/+4
* patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar2020-01-301-0/+1
* patch 8.2.0177: memory leak in get_tags()v8.2.0177Bram Moolenaar2020-01-291-0/+3
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0088: insufficient tests for tags; bug in using extra tag fieldv8.2.0088Bram Moolenaar2020-01-051-1/+3
* patch 8.2.0077: settagstack() cannot truncate at current indexv8.2.0077Bram Moolenaar2020-01-021-6/+25
* patch 8.1.2395: using old C style commentsv8.1.2395Bram Moolenaar2019-12-051-328/+323