log src/syntax.c @ 20751:d9a2e5dcfd9f v8.2.0928

age author description
Sun, 07 Jun 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0928: many type casts are used for vim_strnsave() v8.2.0928
Sun, 31 May 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.0865: syntax foldlevel is taken from the start of the line v8.2.0865
Mon, 20 Apr 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0613: Vim9: no check for space before #comment v8.2.0613
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Mon, 06 Apr 2020 22:15:39 +0200 Bram Moolenaar patch 8.2.0523: loops are repeated v8.2.0523
Thu, 02 Apr 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0502: Vim9: some code is not tested v8.2.0502
Sun, 26 Jan 2020 16:00:05 +0100 Bram Moolenaar patch 8.2.0149: maintaining a Vim9 branch separately is more work v8.2.0149
Thu, 05 Dec 2019 21:45:04 +0100 Bram Moolenaar patch 8.1.2395: using old C style comments v8.1.2395
Sat, 31 Aug 2019 15:30:04 +0200 Bram Moolenaar patch 8.1.1950: using NULL pointer after an out-of-memory v8.1.1950
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
Thu, 08 Aug 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.1827: allocating more memory than needed for extended structs v8.1.1827
Mon, 15 Jul 2019 22:45:07 +0200 Bram Moolenaar patch 8.1.1699: highlight_ga can be local instead of global v8.1.1699
Sun, 14 Jul 2019 21:30:04 +0200 Bram Moolenaar patch 8.1.1693: syntax coloring and highlighting is in one big file v8.1.1693
Fri, 12 Jul 2019 18:00:06 +0200 Bram Moolenaar patch 8.1.1667: flags for Ex commands may clash with other symbols v8.1.1667
Mon, 01 Jul 2019 22:00:06 +0200 Bram Moolenaar patch 8.1.1613: popup window test fails with Athena and Motif v8.1.1613
Sat, 29 Jun 2019 03:45:06 +0200 Bram Moolenaar patch 8.1.1606: on a narrow screen ":hi" output is confusing v8.1.1606
Wed, 26 Jun 2019 00:45:04 +0200 Bram Moolenaar patch 8.1.1595: MS-Windows with VIMDLL: colors wrong in console v8.1.1595
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Sat, 25 May 2019 23:45:04 +0200 Bram Moolenaar patch 8.1.1397: build fails in tiny version v8.1.1397
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
Fri, 24 May 2019 19:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Thu, 09 May 2019 19:30:07 +0200 Bram Moolenaar patch 8.1.1308: the Normal highlight is not defined when compiled with GUI v8.1.1308
Thu, 09 May 2019 15:15:07 +0200 Bram Moolenaar patch 8.1.1306: Borland support is outdated and doesn't work v8.1.1306
Sun, 28 Apr 2019 20:00:10 +0200 Bram Moolenaar patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe v8.1.1230
Fri, 26 Apr 2019 22:45:04 +0200 Bram Moolenaar patch 8.1.1209: clever compiler warns for buffer being too small v8.1.1209
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Thu, 24 Jan 2019 17:30:08 +0100 Bram Moolenaar patch 8.1.0810: too many #ifdefs v8.1.0810
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Thu, 25 Oct 2018 13:45:05 +0200 Bram Moolenaar patch 8.1.0495: :filter only supports some commands v8.1.0495
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Fri, 28 Sep 2018 22:30:06 +0200 Christian Brabandt patch 8.1.0437: may access freed memory when syntax HL times out v8.1.0437
Mon, 10 Sep 2018 21:15:07 +0200 Christian Brabandt patch 8.1.0362: cannot get the script line number when executing a function v8.1.0362
Fri, 20 Jul 2018 20:00:06 +0200 Christian Brabandt patch 8.1.0198: there is no hint that syntax is disabled for 'redrawtime' v8.1.0198
Sat, 23 Jun 2018 14:30:07 +0200 Christian Brabandt patch 8.1.0098: segfault when pattern with z() is very slow v8.1.0098
Sun, 20 May 2018 13:45:05 +0200 Christian Brabandt patch 8.1.0006: syn_id2cterm_bg() may be undefined v8.1.0006
Mon, 30 Apr 2018 15:45:07 +0200 Christian Brabandt patch 8.0.1777: cannot cleanup before loading another colorscheme v8.0.1777
Tue, 20 Mar 2018 13:15:07 +0100 Christian Brabandt patch 8.0.1621: using invalid default value for highlight attribute v8.0.1621
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Sat, 03 Mar 2018 20:15:06 +0100 Christian Brabandt patch 8.0.1561: crash with rust syntax highligting v8.0.1561
Tue, 27 Feb 2018 14:45:06 +0100 Christian Brabandt patch 8.0.1544: when using 'termguicolors' SpellBad doesn't show v8.0.1544
Tue, 27 Feb 2018 13:15:07 +0100 Christian Brabandt patch 8.0.1543: with 'termguicolors' Normal color doesn't work correctly v8.0.1543
Sat, 24 Feb 2018 21:45:04 +0100 Christian Brabandt patch 8.0.1541: synpat_T is taking too much memory v8.0.1541
Thu, 22 Feb 2018 21:15:05 +0100 Christian Brabandt patch 8.0.1531: cannot use 24 bit colors in MS-Windows console v8.0.1531
Tue, 20 Feb 2018 21:45:05 +0100 Christian Brabandt patch 8.0.1528: dead code found v8.0.1528
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Fri, 01 Dec 2017 21:15:05 +0100 Christian Brabandt patch 8.0.1362: terminal window colors wrong when using Terminal highlighting v8.0.1362
Sat, 18 Nov 2017 22:15:05 +0100 Christian Brabandt patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI v8.0.1312
Wed, 04 Oct 2017 19:45:05 +0200 Christian Brabandt patch 8.0.1175: build failure without +termresponse v8.0.1175
Wed, 04 Oct 2017 18:15:05 +0200 Christian Brabandt patch 8.0.1174: Mac Terminal.app has wrong color for white v8.0.1174
Sat, 30 Sep 2017 16:15:04 +0200 Christian Brabandt patch 8.0.1164: changing StatusLine highlight does not always work v8.0.1164
Thu, 28 Sep 2017 22:45:04 +0200 Christian Brabandt patch 8.0.1159: typo in #ifdef v8.0.1159
Tue, 26 Sep 2017 11:30:04 +0200 Christian Brabandt patch 8.0.1147: fail to build with tiny features v8.0.1147
Mon, 25 Sep 2017 23:00:05 +0200 Christian Brabandt patch 8.0.1146: redraw when highlight is set with same names v8.0.1146
Fri, 22 Sep 2017 14:00:05 +0200 Christian Brabandt patch 8.0.1134: superfluous call to syn_get_final_id() v8.0.1134
Fri, 22 Sep 2017 13:45:05 +0200 Christian Brabandt patch 8.0.1133: syntax timeout not used correctly
Sun, 17 Sep 2017 23:15:04 +0200 Christian Brabandt patch 8.0.1123: cannot define a toolbar for a window v8.0.1123
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118