log src/tag.c @ 29247:5f314b2ed494 v8.2.5142

age author description
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
Sat, 07 May 2022 21:15:06 +0200 Bram Moolenaar patch 8.2.4911: the mode #defines are not clearly named v8.2.4911
Mon, 04 Apr 2022 16:30:04 +0200 Bram Moolenaar patch 8.2.4683: verbose check with dict_find() to see if a key is present v8.2.4683
Sun, 13 Mar 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4562: linear tag search is not optimal v8.2.4562
Sat, 12 Mar 2022 18:45:03 +0100 Bram Moolenaar patch 8.2.4553: linear tag search is a bit slow v8.2.4553
Fri, 11 Mar 2022 16:00:03 +0100 Bram Moolenaar patch 8.2.4544: Coverity warnings for not using returned value v8.2.4544
Fri, 11 Mar 2022 13:15:04 +0100 Bram Moolenaar patch 8.2.4543: Coverity warning for refactored tag search code v8.2.4543
Thu, 10 Mar 2022 19:45:02 +0100 Bram Moolenaar patch 8.2.4538: the find_tags_in_file() function is too long v8.2.4538
Sun, 06 Mar 2022 15:30:06 +0100 Bram Moolenaar patch 8.2.4518: the binary tag search feature is always enabled v8.2.4518
Sat, 05 Mar 2022 15:45:03 +0100 Bram Moolenaar patch 8.2.4512: the find_tags_in_file() function is much too long v8.2.4512
Thu, 03 Mar 2022 11:45:04 +0100 Bram Moolenaar patch 8.2.4496: Coverity gives warnings after tags code refactoring v8.2.4496
Wed, 02 Mar 2022 21:30:03 +0100 Bram Moolenaar patch 8.2.4494: the find_tags() function is much too long v8.2.4494
Fri, 28 Jan 2022 16:30:11 +0100 Bram Moolenaar patch 8.2.4241: some type casts are redundant v8.2.4241
Sat, 08 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.4043: using int for second argument of ga_init2() v8.2.4043
Sat, 08 Jan 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4038: various code not used when features are disabled v8.2.4038
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
Sun, 02 Jan 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.3987: error messages are spread out v8.2.3987
Sun, 02 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.3985: error messages are spread out v8.2.3985
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sun, 12 Dec 2021 17:30:04 +0100 Bram Moolenaar patch 8.2.3788: lambda for option that is a function may be freed v8.2.3788
Fri, 10 Dec 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.3776: when a tags file line is long a tag may not be found v8.2.3776
Tue, 07 Dec 2021 13:30:05 +0100 Bram Moolenaar patch 8.2.3756: might crash when callback is not valid v8.2.3756
Sun, 05 Dec 2021 23:00:06 +0100 Bram Moolenaar patch 8.2.3749: error messages are everywhere v8.2.3749
Fri, 03 Dec 2021 12:15:04 +0100 Bram Moolenaar patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc' v8.2.3725
Wed, 24 Nov 2021 17:45:03 +0100 Bram Moolenaar patch 8.2.3665: cannot use a lambda for 'tagfunc' v8.2.3665
Sat, 02 Oct 2021 12:30:05 +0200 Bram Moolenaar patch 8.2.3460: some type casts are not needed v8.2.3460
Sat, 21 Aug 2021 16:30:04 +0200 Bram Moolenaar patch 8.2.3362: buffer overflow when completing long tag name v8.2.3362
Wed, 11 Aug 2021 17:15:04 +0200 Bram Moolenaar patch 8.2.3330: Coverity reports using uninitialized field v8.2.3330
Thu, 15 Jul 2021 18:15:04 +0200 Bram Moolenaar patch 8.2.3167: get E12 in a job callback when searching for tags
Tue, 18 May 2021 22:00:05 +0200 Bram Moolenaar patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented code v8.2.2871
Wed, 05 May 2021 23:00:03 +0200 Bram Moolenaar patch 8.2.2836: build failure without the +quickfix feature v8.2.2836
Sun, 21 Mar 2021 15:00:03 +0100 Bram Moolenaar patch 8.2.2634: 'tagfunc' does not indicate using a pattern v8.2.2634
Thu, 04 Mar 2021 21:45:03 +0100 Bram Moolenaar patch 8.2.2568: second time a preview popup is opened highlight is not set v8.2.2568
Sun, 10 Jan 2021 20:30:04 +0100 Bram Moolenaar patch 8.2.2324: not easy to get mark en cursor posotion by character count v8.2.2324
Mon, 04 Jan 2021 12:45:05 +0100 Bram Moolenaar patch 8.2.2295: incsearch does not detect empty pattern properly v8.2.2295
Mon, 21 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2182: Vim9: value of 'magic' is still relevant v8.2.2182
Sat, 24 Oct 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1898: command modifier parsing always uses global cmdmod v8.2.1898
Sun, 30 Aug 2020 19:30:13 +0200 Bram Moolenaar patch 8.2.1547: various comment problems v8.2.1547
Wed, 13 May 2020 13:45:04 +0200 Bram Moolenaar patch 8.2.0747: cannot forcefully close all popups v8.2.0747
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Thu, 02 Apr 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0502: Vim9: some code is not tested v8.2.0502
Thu, 02 Apr 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.0500: using the same loop in many places v8.2.0500
Mon, 09 Mar 2020 08:30:04 +0100 Bram Moolenaar patch 8.2.0365: tag kind can't be a multi-byte character v8.2.0365
Fri, 21 Feb 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0295: highlighting for :s wrong when using different separator v8.2.0295
Thu, 30 Jan 2020 15:00:03 +0100 Bram Moolenaar patch 8.2.0179: still a few places where range() does not work v8.2.0179
Wed, 29 Jan 2020 22:45:08 +0100 Bram Moolenaar patch 8.2.0177: memory leak in get_tags() v8.2.0177
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Sun, 05 Jan 2020 20:45:05 +0100 Bram Moolenaar patch 8.2.0088: insufficient tests for tags; bug in using extra tag field v8.2.0088
Thu, 02 Jan 2020 14:15:05 +0100 Bram Moolenaar patch 8.2.0077: settagstack() cannot truncate at current index v8.2.0077
Thu, 05 Dec 2019 21:45:04 +0100 Bram Moolenaar patch 8.1.2395: using old C style comments v8.1.2395
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Sun, 17 Nov 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2313: debugging where a delay comes from is not easy v8.1.2313
Sun, 17 Nov 2019 16:30:03 +0100 Bram Moolenaar patch 8.1.2312: "line:" field in tags file not used v8.1.2312
Fri, 08 Nov 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.2271: build error if FEAT_TAG_BINS is not defined v8.1.2271
Thu, 07 Nov 2019 23:15:04 +0100 Bram Moolenaar patch 8.1.2269: tags file with very long line stops using binary search v8.1.2269
Fri, 18 Oct 2019 21:00:04 +0200 Bram Moolenaar patch 8.1.2173: searchit() has too many arguments v8.1.2173
Tue, 15 Oct 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.2152: problems navigating tags file on MacOS Catalina v8.1.2152
Wed, 21 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1901: the +insert_expand feature is not always available v8.1.1901
Sun, 18 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1887: the +cmdline_compl feature is not in the tiny version v8.1.1887
Sun, 18 Aug 2019 15:30:06 +0200 Bram Moolenaar patch 8.1.1880: cannot show extra info for completion in a popup window v8.1.1880