summaryrefslogtreecommitdiff
path: root/src/tag.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-2/+2
* patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar2019-11-171-2/+2
* patch 8.1.2312: "line:" field in tags file not usedv8.1.2312Bram Moolenaar2019-11-171-1/+10
* patch 8.1.2271: build error if FEAT_TAG_BINS is not definedv8.1.2271Bram Moolenaar2019-11-081-0/+2
* patch 8.1.2269: tags file with very long line stops using binary searchv8.1.2269Bram Moolenaar2019-11-071-23/+18
* patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar2019-10-181-4/+4
* patch 8.1.2152: problems navigating tags file on MacOS Catalinav8.1.2152Bram Moolenaar2019-10-151-12/+12
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-4/+0
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-2/+0
* patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar2019-08-181-1/+1
* patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar2019-08-061-6/+0
* patch 8.1.1819: :pedit does not work with a popup preview windowv8.1.1819Bram Moolenaar2019-08-051-0/+5
* patch 8.1.1813: ATTENTION prompt for a preview popup windowv8.1.1813Bram Moolenaar2019-08-041-2/+14
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-7/+6
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-5/+5
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-2/+1
* patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar2019-05-231-1/+1
* patch 8.1.1259: crash when exiting earlyv8.1.1259Bram Moolenaar2019-05-031-1/+2
* patch 8.1.1235: compiler warnings for using STRLEN() valuev8.1.1235Bram Moolenaar2019-04-291-2/+2
* patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar2019-04-281-31/+347
* patch 8.1.1194: typos and small problems in source filesv8.1.1194Bram Moolenaar2019-04-211-3/+3
* patch 8.1.1100: tag file without trailing newline no longer worksv8.1.1100Bram Moolenaar2019-04-021-3/+5
* patch 8.1.1099: the do_tag() function is too longv8.1.1099Bram Moolenaar2019-03-311-549/+359
* patch 8.1.1094: long line in tags file causes errorv8.1.1094Bram Moolenaar2019-03-301-22/+26
* patch 8.1.1093: support for outdated tags format slows down tag parsingv8.1.1093Bram Moolenaar2019-03-301-51/+2
* patch 8.1.1087: tag stack is incorrect after CTRL-T and then :tagv8.1.1087Bram Moolenaar2019-03-301-3/+6
* patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar2019-03-301-1/+1
* patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any buildv8.1.1040Bram Moolenaar2019-03-221-46/+6
* patch 8.1.0927: USE_CR is never definedv8.1.0927Bram Moolenaar2019-02-151-13/+5
* patch 8.1.0911: tag line with Ex command cannot have extra fieldsv8.1.0911Bram Moolenaar2019-02-131-3/+15
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-1/+1
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-10/+0
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-12/+12
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-22/+22
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-1/+1
* patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583Bram Moolenaar2018-12-141-3/+3
* patch 8.1.0519: cannot save and restore the tag stackv8.1.0519Bram Moolenaar2018-11-111-0/+200