log src/syntax.c @ 29234:96ff6c230a66 v8.2.5136

age author description
Sun, 19 Jun 2022 13:30:03 +0200 Bram Moolenaar patch 8.2.5128: syntax disabled when using synID() in searchpair() skip expr v8.2.5128
Sun, 05 Jun 2022 18:00:08 +0200 Bram Moolenaar patch 8.2.5057: using gettimeofday() for timeout is very inefficient v8.2.5057
Sat, 16 Apr 2022 18:00:04 +0200 Bram Moolenaar patch 8.2.4762: using freed memory using synstack() and synID() in WinEnter v8.2.4762
Thu, 07 Apr 2022 14:30:02 +0200 Bram Moolenaar patch 8.2.4704: using "else" after return or break increases indent v8.2.4704
Wed, 23 Mar 2022 21:00:05 +0100 Bram Moolenaar patch 8.2.4615: mapping with escaped bar does not work in :def function v8.2.4615
Wed, 16 Feb 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4402: missing parenthesis may cause unexpected problems v8.2.4402
Sun, 06 Feb 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4307: a few more messages should not be translated v8.2.4307
Sat, 05 Feb 2022 20:00:05 +0100 Bram Moolenaar patch 8.2.4303: a few messages should not be translated v8.2.4303
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
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
Wed, 05 Jan 2022 19:00:06 +0100 Bram Moolenaar patch 8.2.4010: error messages are spread out v8.2.4010
Wed, 05 Jan 2022 17:15:05 +0100 Bram Moolenaar patch 8.2.4008: error messages are spread out v8.2.4008
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
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Sat, 20 Nov 2021 21:00:04 +0100 Bram Moolenaar patch 8.2.3631: "syntax enable" does not work properly in Vim9 context v8.2.3631
Thu, 05 Aug 2021 20:45:04 +0200 Bram Moolenaar patch 8.2.3297: cannot use all commands inside a {} block v8.2.3297
Tue, 20 Jul 2021 21:15:05 +0200 Bram Moolenaar patch 8.2.3190: error messages are spread out v8.2.3190
Wed, 02 Jun 2021 13:30:05 +0200 Bram Moolenaar patch 8.2.2922: computing array length is done in various ways v8.2.2922
Wed, 14 Apr 2021 11:30:05 +0200 Bram Moolenaar patch 8.2.2761: using "syn include" does not work properly v8.2.2761
Sun, 03 Jan 2021 20:00:03 +0100 Bram Moolenaar patch 8.2.2289: Vim9: 'cpo' can become empty v8.2.2289
Sun, 29 Nov 2020 14:15:05 +0100 Bram Moolenaar patch 8.2.2068: transparent syntax item uses start/end of containing region v8.2.2068
Wed, 25 Nov 2020 12:00:04 +0100 Bram Moolenaar patch 8.2.2042: build failure with +profile but without +reltime v8.2.2042
Wed, 18 Nov 2020 17:00:04 +0100 Bram Moolenaar patch 8.2.2011: "syn sync" reports a very large number v8.2.2011
Sun, 13 Sep 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1678: crash when using ":set" after ":ownsyntax" v8.2.1678
Fri, 10 Jul 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1171: possible crash when out of memory v8.2.1171
Fri, 12 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967
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