log src/testdir/test_textprop.vim @ 27457:4c16acb2525f v8.2.4257

age author description
Sat, 29 Jan 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent v8.2.4257
Thu, 02 Dec 2021 21:00:03 +0100 Bram Moolenaar patch 8.2.3723: when using 'linebreak' a text property starts too early v8.2.3723
Tue, 30 Nov 2021 21:30:04 +0100 Bram Moolenaar patch 8.2.3706: text property highlighting is used on Tab v8.2.3706
Mon, 29 Nov 2021 22:15:03 +0100 Bram Moolenaar patch 8.2.3700: text property highlighting continues over breakindent v8.2.3700
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
Wed, 25 Aug 2021 17:15:04 +0200 Bram Moolenaar patch 8.2.3373: text property test fails on MS-Windows v8.2.3373
Wed, 25 Aug 2021 16:45:03 +0200 Bram Moolenaar patch 8.2.3372: line2byte() value wrong when adding a text property v8.2.3372
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, 15 Aug 2021 15:15:03 +0200 Bram Moolenaar patch 8.2.3350: text properties test fails on MS-Windows v8.2.3350
Sun, 15 Aug 2021 14:30:04 +0200 Bram Moolenaar patch 8.2.3348: line2byte() returns wrong value after adding textprop v8.2.3348
Sun, 01 Aug 2021 21:45:03 +0200 Bram Moolenaar patch 8.2.3272: cannot use id zero with prop_find() v8.2.3272
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
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 13:15:03 +0200 Bram Moolenaar patch 8.2.3062: internal error when adding several text properties v8.2.3062
Wed, 26 May 2021 22:45:03 +0200 Bram Moolenaar patch 8.2.2890: text property duplicated when data block splits v8.2.2890
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
Tue, 02 Mar 2021 13:45:05 +0100 Bram Moolenaar patch 8.2.2561: not all textprop code is covered by tests v8.2.2561
Wed, 10 Feb 2021 17:30:03 +0100 Bram Moolenaar patch 8.2.2493: text property for text left of window shows up v8.2.2493
Sat, 30 Jan 2021 17:30:03 +0100 Bram Moolenaar patch 8.2.2429: :goto does not work correctly with text properties v8.2.2429
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
Wed, 02 Dec 2020 17:45:05 +0100 Bram Moolenaar patch 8.2.2082: Vim9: can still use the depricated #{} dict syntax v8.2.2082
Sun, 27 Sep 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1766: Vim9: Some tests are still using :let v8.2.1766
Sun, 20 Sep 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1714: text properties corrupted with substitute command v8.2.1714
Tue, 15 Sep 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1690: text properties not adjusted for "I" in Visual block mode v8.2.1690
Tue, 15 Sep 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.1688: increment/decrement removes text property v8.2.1688
Sun, 06 Sep 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.1623: Vim9: using :call where it is not needed v8.2.1623
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
Fri, 04 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1593: tests do not check the error number properly v8.2.1593
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
Thu, 30 Jul 2020 20:15:05 +0200 Bram Moolenaar patch 8.2.1326: Vim9: skipping over white space after list v8.2.1326
Sat, 11 Jul 2020 22:30:07 +0200 Bram Moolenaar patch 8.2.1183: assert_fails() checks the last error message v8.2.1183
Sat, 30 May 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0845: text properties crossing lines not handled correctly v8.2.0845
Sun, 26 Apr 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.0644: insufficient testing for invalid function arguments
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
Mon, 13 Jan 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.0115: byte2line() does not work correctly with text properties v8.2.0115
Fri, 10 Jan 2020 20:00:04 +0100 Bram Moolenaar patch 8.2.0110: prop_find() is not implemented v8.2.0110
Thu, 09 Jan 2020 21:45:03 +0100 Bram Moolenaar patch 8.2.0109: corrupted text properties when expanding spaces v8.2.0109
Fri, 03 Jan 2020 21:30:14 +0100 Bram Moolenaar patch 8.2.0083: text properties wrong when tabs and spaces are exchanged v8.2.0083
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
Tue, 12 Nov 2019 22:45:06 +0100 Bram Moolenaar patch 8.1.2296: text properties are not combined with syntax by default v8.1.2296
Sat, 09 Nov 2019 21:30:03 +0100 Bram Moolenaar patch 8.1.2279: computation of highlight attributes is too complicated v8.1.2279
Fri, 25 Oct 2019 22:15:03 +0200 Bram Moolenaar patch 8.1.2216: text property in wrong place after :substitute v8.1.2216
Wed, 16 Oct 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.2153: combining text property and syntax highlight is wrong v8.1.2153
Wed, 04 Sep 2019 22:00:03 +0200 Bram Moolenaar patch 8.1.1986: more functions can be used as methods v8.1.1986
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
Fri, 28 Jun 2019 21:45:05 +0200 Bram Moolenaar patch 8.1.1603: crash when using unknown highlighting in text property v8.1.1603
Wed, 19 Jun 2019 18:30:04 +0200 Bram Moolenaar patch 8.1.1573: textprop test fails if screenhots do not work v8.1.1573
Wed, 19 Jun 2019 17:45:06 +0200 Bram Moolenaar patch 8.1.1571: textprop highlight starts too early if just after a tab v8.1.1571
Sat, 15 Jun 2019 18:00:08 +0200 Bram Moolenaar patch 8.1.1544: some balloon tests don't run when they can v8.1.1544
Thu, 13 Jun 2019 22:30:07 +0200 Bram Moolenaar patch 8.1.1524: tests are silently skipped v8.1.1524
Thu, 06 Jun 2019 16:15:05 +0200 Bram Moolenaar patch 8.1.1483: skipped tests are not properly listed v8.1.1483
Sat, 25 May 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.1395: saving for undo may access invalid memory v8.1.1395
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