log src/textprop.c @ 35162:860a5fb8eaf2 default tip

age author description
Thu, 28 Mar 2024 12:15:03 +0100 Christian Brabandt patch 9.1.0224: cursor may move too many lines over "right" & "below" virt text v9.1.0224
Tue, 12 Mar 2024 22:00:04 +0100 Christian Brabandt patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN() v9.1.0172
Wed, 21 Feb 2024 21:15:03 +0100 Christian Brabandt patch 9.1.0124: display of below/right virtual text with non-virtual text overlap v9.1.0124
Sun, 10 Dec 2023 15:16:11 +0100 Christian Brabandt patch 9.0.2146: text-property without type errors when joining v9.0.2146
Fri, 01 Sep 2023 19:00:07 +0200 Christian Brabandt patch 9.0.1836: display wrong with virttext, linebreak and breakindent v9.0.1836
Tue, 22 Aug 2023 22:00:05 +0200 Christian Brabandt patch 9.0.1782: prop_list() does not return text_padding_left
Sun, 20 Aug 2023 18:30:07 +0200 Christian Brabandt patch 9.0.1762: Not able to get the virtual text property v9.0.1762
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Wed, 31 May 2023 18:15:04 +0200 Bram Moolenaar patch 9.0.1594: some internal error messages are translated v9.0.1594
Tue, 07 Mar 2023 19:00:04 +0100 Bram Moolenaar patch 9.0.1391: "clear" macros are not always used v9.0.1391
Tue, 07 Mar 2023 18:15:04 +0100 Bram Moolenaar patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected file v9.0.1390
Wed, 25 Jan 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1245: code is indented more than necessary v9.0.1245
Mon, 02 Jan 2023 19:15:04 +0100 Bram Moolenaar patch 9.0.1133: error message names do not match the items v9.0.1133
Mon, 19 Dec 2022 14:45:04 +0100 Bram Moolenaar patch 9.0.1077: can add text property with negative ID before virtual text v9.0.1077
Fri, 02 Dec 2022 22:00:04 +0100 Bram Moolenaar patch 9.0.0993: display errors when adding or removing text property type v9.0.0993
Fri, 25 Nov 2022 17:45:04 +0100 Bram Moolenaar patch 9.0.0949: crash when unletting a variable while listing variables v9.0.0949
Wed, 02 Nov 2022 14:45:11 +0100 Bram Moolenaar patch 9.0.0828: various typos v9.0.0828
Thu, 13 Oct 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0741: cannot specify an ID for each item with prop_add_list() v9.0.0741
Thu, 13 Oct 2022 15:15:07 +0200 Bram Moolenaar patch 9.0.0740: prop_add_list() gives multiple errors for invalid argument v9.0.0740
Sat, 17 Sep 2022 20:00:03 +0200 Bram Moolenaar patch 9.0.0489: using "end_lnum" with virtual text causes problems v9.0.0489
Wed, 14 Sep 2022 23:15:03 +0200 Bram Moolenaar patch 9.0.0466: virtual text wrong after adding line break after line v9.0.0466
Wed, 14 Sep 2022 13:15:07 +0200 Bram Moolenaar patch 9.0.0462: ASAN warning for integer overflow v9.0.0462
Tue, 13 Sep 2022 19:45:03 +0200 Bram Moolenaar patch 9.0.0458: splitting a line with a text prop "above" moves it down v9.0.0458
Mon, 12 Sep 2022 20:30:06 +0200 Bram Moolenaar patch 9.0.0452: Visual highlighting extends into virtual text prop v9.0.0452
Mon, 12 Sep 2022 19:00:05 +0200 Bram Moolenaar patch 9.0.0451: virtual text "above" does not work with 'nowrap' v9.0.0451
Sat, 10 Sep 2022 21:15:03 +0200 Bram Moolenaar patch 9.0.0438: cannot put virtual text above a line v9.0.0438
Thu, 01 Sep 2022 13:30:05 +0200 Bram Moolenaar patch 9.0.0345: error message for list argument could be clearer v9.0.0345
Tue, 30 Aug 2022 21:00:05 +0200 Bram Moolenaar patch 9.0.0335: checks for Dictionary argument often give a vague error v9.0.0335
Wed, 24 Aug 2022 13:30:03 +0200 Bram Moolenaar patch 9.0.0252: cursor in wrong place after virtual text v9.0.0252
Tue, 23 Aug 2022 19:45:05 +0200 Bram Moolenaar patch 9.0.0247: cannot add padding to virtual text without highlight v9.0.0247
Sat, 20 Aug 2022 22:00:03 +0200 Bram Moolenaar patch 9.0.0233: removing multiple text properties takes many calls v9.0.0233
Mon, 15 Aug 2022 17:00:06 +0200 Bram Moolenaar patch 9.0.0214: splitting a line may duplicate virtual text v9.0.0214
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Sun, 14 Aug 2022 14:30:04 +0200 Bram Moolenaar patch 9.0.0205: cursor in wrong position when inserting after virtual text v9.0.0205
Sat, 13 Aug 2022 20:45:03 +0200 Bram Moolenaar patch 9.0.0200: cursor wrong if 'nowrap' and two right aligned text props v9.0.0200
Fri, 12 Aug 2022 14:15:04 +0200 Bram Moolenaar patch 9.0.0194: cursor displayed in wrong position after removing text prop v9.0.0194
Wed, 10 Aug 2022 21:00:04 +0200 Bram Moolenaar patch 9.0.0188: strange effects when using "text_align" with non-zero column v9.0.0188
Mon, 08 Aug 2022 18:15:03 +0200 Bram Moolenaar patch 9.0.0172: trying to allocate zero bytes v9.0.0172
Mon, 08 Aug 2022 16:00:05 +0200 Bram Moolenaar patch 9.0.0169: insufficient testing for line2byte() with text properties v9.0.0169
Sun, 07 Aug 2022 23:15:03 +0200 Bram Moolenaar patch 9.0.0167: checking for text properties could be a bit more efficient v9.0.0167
Sun, 07 Aug 2022 19:30:03 +0200 Bram Moolenaar patch 9.0.0165: looking up a text property type by ID is slow v9.0.0165
Sat, 06 Aug 2022 18:15:03 +0200 Bram Moolenaar patch 9.0.0154: text properties wrong after splitting a line v9.0.0154
Sat, 06 Aug 2022 15:00:03 +0200 Bram Moolenaar patch 9.0.0151: a "below" aligned text property does not work with 'nowrap' v9.0.0151
Fri, 05 Aug 2022 21:00:03 +0200 Bram Moolenaar patch 9.0.0145: substitute that joins lines drops text properties v9.0.0145
Fri, 05 Aug 2022 18:15:08 +0200 Bram Moolenaar patch 9.0.0144: text property cannot override 'cursorline' highlight v9.0.0144
Mon, 01 Aug 2022 23:30:03 +0200 Bram Moolenaar patch 9.0.0133: virtual text after line moves to joined line v9.0.0133
Mon, 01 Aug 2022 17:15:02 +0200 Bram Moolenaar patch 9.0.0131: virtual text with Tab is not displayed correctly v9.0.0131
Sun, 31 Jul 2022 18:15:03 +0200 Bram Moolenaar patch 9.0.0121: cannot put virtual text after or below a line v9.0.0121
Sat, 30 Jul 2022 23:30:05 +0200 Bram Moolenaar patch 9.0.0117: text of removed textprop with text is not freed v9.0.0117
Mon, 25 Jul 2022 19:15:06 +0200 Bram Moolenaar patch 9.0.0067: cannot show virtual text v9.0.0067
Sat, 23 Jul 2022 11:00:04 +0200 Bram Moolenaar patch 9.0.0063: too many type casts for dict_get functions v9.0.0063
Thu, 30 Jun 2022 23:15:03 +0200 Bram Moolenaar patch 9.0.0013: reproducing memory access errors can be difficult v9.0.0013
Thu, 16 Jun 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.5107: some callers of rettv_list_alloc() check for not OK v8.2.5107
Tue, 24 May 2022 22:30:02 +0200 Bram Moolenaar patch 8.2.5014: byte offsets are wrong when using text properties v8.2.5014
Sat, 14 May 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.4954: inserting line breaks text property spanning two lines v8.2.4954
Mon, 18 Apr 2022 23:00:03 +0200 Bram Moolenaar patch 8.2.4787: prop_find() does not find the right property v8.2.4787
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
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
Sat, 01 Jan 2022 23:00:04 +0100 Bram Moolenaar patch 8.2.3977: error messages are spread out v8.2.3977
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
Mon, 27 Dec 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.3916: no error for passing an invalid line number to append() v8.2.3916
Tue, 23 Nov 2021 13:00:05 +0100 Bram Moolenaar patch 8.2.3652: can only get text properties one line at a time v8.2.3652
Mon, 16 Aug 2021 21:45:03 +0200 Bram Moolenaar patch 8.2.3356: adding many text properties requires a lot of function calls v8.2.3356
Sun, 01 Aug 2021 21:45:03 +0200 Bram Moolenaar patch 8.2.3272: cannot use id zero with prop_find() v8.2.3272
Sun, 01 Aug 2021 19:30:03 +0200 Bram Moolenaar patch 8.2.3270: prop_find() finds property with ID -2 v8.2.3270
Sat, 31 Jul 2021 18:45:03 +0200 Bram Moolenaar patch 8.2.3257: calling prop_find() with -1 for ID gives errornous error v8.2.3257
Wed, 28 Jul 2021 13:45:03 +0200 Bram Moolenaar patch 8.2.3233: prop_list() and prop_find() do not indicate the buffer v8.2.3233
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Tue, 20 Jul 2021 18:00:06 +0200 Bram Moolenaar patch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
Thu, 15 Jul 2021 13:00:06 +0200 Bram Moolenaar patch 8.2.3162: Vim9: argument types are not checked at compile time v8.2.3162
Sat, 10 Jul 2021 13:30:06 +0200 Bram Moolenaar patch 8.2.3135: Vim9: builtin function arguments not checked at compile time v8.2.3135
Sun, 27 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3069: error messages are spread out v8.2.3069
Mon, 17 May 2021 00:30:04 +0200 Bram Moolenaar patch 8.2.2863: removing a text property does not redraw optimally v8.2.2863
Mon, 17 May 2021 00:30:03 +0200 Bram Moolenaar patch 8.2.2862: removing a text property causes the whole window to be redawn v8.2.2862
Sun, 16 May 2021 20:30:02 +0200 Bram Moolenaar patch 8.2.2860: adding a text property causes the whole window to be redawn v8.2.2860
Sat, 27 Mar 2021 22:15:03 +0100 Bram Moolenaar patch 8.2.2667: prop_find() cannot find item matching both id and type v8.2.2667
Mon, 22 Mar 2021 19:45:05 +0100 Bram Moolenaar patch 8.2.2644: prop_clear() causes a screen update even when nothing changed v8.2.2644
Sun, 21 Mar 2021 22:30:03 +0100 Bram Moolenaar patch 8.2.2637: prop_remove() causes a redraw even when nothing changed v8.2.2637
Wed, 23 Dec 2020 14:45:04 +0100 Bram Moolenaar patch 8.2.2198: ml_get error when resizing window and using text property v8.2.2198
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Sun, 20 Sep 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1714: text properties corrupted with substitute command v8.2.1714
Sat, 05 Sep 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add() v8.2.1613
Sat, 05 Sep 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1612: Vim9: cannot pass "true" to prop_remove() v8.2.1612
Thu, 03 Sep 2020 22:45:06 +0200 Bram Moolenaar patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find() v8.2.1584
Wed, 02 Sep 2020 20:00:05 +0200 Bram Moolenaar patch 8.2.1568: prop_find() skips properties in the same line v8.2.1568
Mon, 29 Jun 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1092: not checking if saving for undo succeeds v8.2.1092
Sat, 30 May 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0845: text properties crossing lines not handled correctly v8.2.0845
Sat, 14 Mar 2020 08:00:07 +0100 Bram Moolenaar patch 8.2.0379: gcc warns for ambiguous else v8.2.0379
Fri, 13 Mar 2020 21:45:03 +0100 Bram Moolenaar patch 8.2.0378: prop_find() does not find all props v8.2.0378
Wed, 11 Mar 2020 21:31:02 +0100 Bram Moolenaar patch 8.2.0372: prop_find() may not find text property at start of the line v8.2.0372
Thu, 05 Mar 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0357: cannot delete a text property matching both id and type v8.2.0357
Wed, 26 Feb 2020 22:15:04 +0100 Bram Moolenaar patch 8.2.0324: text property not updated correctly when inserting/deleting v8.2.0324
Fri, 10 Jan 2020 20:00:04 +0100 Bram Moolenaar patch 8.2.0110: prop_find() is not implemented v8.2.0110
Sat, 04 Jan 2020 16:15:03 +0100 Bram Moolenaar patch 8.2.0085: dead code in builtin functions v8.2.0085
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Sat, 16 Nov 2019 20:45:04 +0100 Bram Moolenaar patch 8.1.2308: deleting text before zero-width textprop removes it v8.1.2308
Wed, 13 Nov 2019 16:45:04 +0100 Bram Moolenaar patch 8.1.2298: missing part of 8.1.2296 v8.1.2298
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
Fri, 25 Oct 2019 22:00:04 +0200 Bram Moolenaar patch 8.1.2215: unreachable code in adjusting text prop columns v8.1.2215
Sun, 25 Aug 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.1929: no tests for text property popup window v8.1.1929
Sun, 25 Aug 2019 22:30:03 +0200 Bram Moolenaar patch 8.1.1928: popup windows don't move with the text when making changes v8.1.1928
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Tue, 13 Aug 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1844: buffer no longer unloaded when adding text properties v8.1.1844
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
Tue, 04 Jun 2019 19:30:05 +0200 Bram Moolenaar patch 8.1.1463: gcc warns for uninitialized variable v8.1.1463
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
Sun, 26 May 2019 23:45:05 +0200 Bram Moolenaar patch 8.1.1407: popup_create() does not support text properties v8.1.1407
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
Fri, 24 May 2019 21:30:05 +0200 Bram Moolenaar patch 8.1.1388: errors when calling prop_remove() for an unloaded buffer v8.1.1388
Fri, 24 May 2019 20:45:05 +0200 Bram Moolenaar patch 8.1.1387: calling prop_add() in an empty buffer doesn't work v8.1.1387
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 13:30:06 +0200 Bram Moolenaar patch 8.1.1376: warnings for size_t/int mixups v8.1.1376
Sun, 19 May 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1359: text property wrong after :substitute with backslash v8.1.1359
Sun, 19 May 2019 15:30:07 +0200 Bram Moolenaar patch 8.1.1351: text property wrong after :substitute v8.1.1351
Fri, 17 May 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1343: text properties not adjusted for Visual block mode delete v8.1.1343
Fri, 17 May 2019 20:00:06 +0200 Bram Moolenaar patch 8.1.1341: text properties are lost when joining lines v8.1.1341
Fri, 17 May 2019 13:15:05 +0200 Bram Moolenaar patch 8.1.1340: attributes from 'cursorline' overwrite textprop v8.1.1340