- 7f9969c patch 9.0.0067: cannot show virtual text by Bram Moolenaar · 3 years, 9 months ago
- 4c3d21a patch 8.2.5014: byte offsets are wrong when using text properties by Paul Ollis · 3 years, 11 months ago
- 0d534d9 patch 8.2.4988: textprop in wrong position when replacing multi-byte chars by LemonBoy · 3 years, 11 months ago
- 1bdc60e patch 8.2.4960: text properties that cross lines not updated for deleted line by Paul Ollis · 3 years, 11 months ago
- b559b30 patch 8.2.4957: text properties in a wrong position after a block change by LemonBoy · 3 years, 11 months ago
- 788c06a patch 8.2.4955: text property in wrong position after auto-indent by LemonBoy · 3 years, 11 months ago
- 698cb4c patch 8.2.4954: inserting line breaks text property spanning two lines by LemonBoy · 3 years, 11 months ago
- 4b93674 patch 8.2.4950: text properties position wrong after shifting text by LemonBoy · 3 years, 11 months ago
- b7a7012 patch 8.2.4947: text properties not adjusted when accepting spell suggestion by LemonBoy · 3 years, 11 months ago
- d0b1a09 patch 8.2.4944: text properties are wrong after "cc" by LemonBoy · 3 years, 11 months ago
- 9bd3ce2 patch 8.2.4787: prop_find() does not find the right property by LemonBoy · 4 years ago
- 560dff4 patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menu by Yegappan Lakshmanan · 4 years, 2 months ago
- 62aec93 patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent by Bram Moolenaar · 4 years, 2 months ago
- acdc911 patch 8.2.3723: when using 'linebreak' a text property starts too early by Bram Moolenaar · 4 years, 4 months ago
- 42eba04 patch 8.2.3706: text property highlighting is used on Tab by Bram Moolenaar · 4 years, 4 months ago
- 6b839ac patch 8.2.3700: text property highlighting continues over breakindent by Bram Moolenaar · 4 years, 4 months ago
- e021662 patch 8.2.3652: can only get text properties one line at a time by Yegappan Lakshmanan · 4 years, 4 months ago
- 49b9304 patch 8.2.3373: text property test fails on MS-Windows by Bram Moolenaar · 4 years, 7 months ago
- cdd8a5e patch 8.2.3372: line2byte() value wrong when adding a text property by Bram Moolenaar · 4 years, 7 months ago
- ccfb7c6 patch 8.2.3356: adding many text properties requires a lot of function calls by Yegappan Lakshmanan · 4 years, 8 months ago
- a401bba patch 8.2.3350: text properties test fails on MS-Windows by Bram Moolenaar · 4 years, 8 months ago
- 14c7530 patch 8.2.3348: line2byte() returns wrong value after adding textprop by Bram Moolenaar · 4 years, 8 months ago
- e041dde patch 8.2.3272: cannot use id zero with prop_find() by Bram Moolenaar · 4 years, 8 months ago
- 8e3fc13 patch 8.2.3257: calling prop_find() with -1 for ID gives errornous error by Bram Moolenaar · 4 years, 8 months ago
- e2390c7 patch 8.2.3233: prop_list() and prop_find() do not indicate the buffer by Martin Tournoij · 4 years, 8 months ago
- 5b73992 patch 8.2.3135: Vim9: builtin function arguments not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
- 4cd5c52 patch 8.2.3062: internal error when adding several text properties by Bram Moolenaar · 4 years, 9 months ago
- 840f91f patch 8.2.2890: text property duplicated when data block splits by Bram Moolenaar · 4 years, 11 months ago
- 24f21fd patch 8.2.2667: prop_find() cannot find item matching both id and type by Bram Moolenaar · 5 years ago
- 3dc3474 patch 8.2.2561: not all textprop code is covered by tests by Bram Moolenaar · 5 years ago
- f3fa184 patch 8.2.2493: text property for text left of window shows up by Bram Moolenaar · 5 years ago
- 59ff640 patch 8.2.2429: :goto does not work correctly with text properties by Bram Moolenaar · 5 years ago
- 23999d7 patch 8.2.2198: ml_get error when resizing window and using text property by Bram Moolenaar · 5 years ago
- e0de171 patch 8.2.2082: Vim9: can still use the depricated #{} dict syntax by Bram Moolenaar · 5 years ago
- 7a9cbca patch 8.2.1766: Vim9: Some tests are still using :let by Bram Moolenaar · 6 years ago
- 8902b31 patch 8.2.1714: text properties corrupted with substitute command by Bram Moolenaar · 6 years ago
- 8b51b7f patch 8.2.1690: text properties not adjusted for "I" in Visual block mode by Bram Moolenaar · 6 years ago
- c8f12c9 patch 8.2.1688: increment/decrement removes text property by Bram Moolenaar · 6 years ago
- d2c6170 patch 8.2.1623: Vim9: using :call where it is not needed by Bram Moolenaar · 6 years ago
- fa2e38d patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add() by Bram Moolenaar · 6 years ago
- a5a40c5 patch 8.2.1612: Vim9: cannot pass "true" to prop_remove() by Bram Moolenaar · 6 years ago
- e2e4075 patch 8.2.1593: tests do not check the error number properly by Bram Moolenaar · 6 years ago
- eb24556 patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find() by Bram Moolenaar · 6 years ago
- 4da7a25 patch 8.2.1568: prop_find() skips properties in the same line by Bram Moolenaar · 6 years ago
- 9d48956 patch 8.2.1326: Vim9: skipping over white space after list by Bram Moolenaar · 6 years ago
- 9b7bf9e patch 8.2.1183: assert_fails() checks the last error message by Bram Moolenaar · 6 years ago
- 87be9be patch 8.2.0845: text properties crossing lines not handled correctly by Bram Moolenaar · 6 years ago
- 99fa721 patch 8.2.0644: insufficient testing for invalid function arguments by Bram Moolenaar · 6 years ago
- 346f18e patch 8.2.0378: prop_find() does not find all props by Bram Moolenaar · 6 years ago
- 66b9885 patch 8.2.0372: prop_find() may not find text property at start of the line by Bram Moolenaar · 6 years ago
- 49b79bd patch 8.2.0357: cannot delete a text property matching both id and type by Bram Moolenaar · 6 years ago
- 12f2003 patch 8.2.0324: text property not updated correctly when inserting/deleting by Bram Moolenaar · 6 years ago
- 9df53b6 patch 8.2.0115: byte2line() does not work correctly with text properties by Bram Moolenaar · 6 years ago
- e05a89a patch 8.2.0110: prop_find() is not implemented by Bram Moolenaar · 6 years ago
- ac15fd8 patch 8.2.0109: corrupted text properties when expanding spaces by Bram Moolenaar · 6 years ago
- 5cb0b93 patch 8.2.0083: text properties wrong when tabs and spaces are exchanged by Bram Moolenaar · 6 years ago
- ecafcc1 patch 8.1.2308: deleting text before zero-width textprop removes it by Bram Moolenaar · 6 years ago
- 58e32ab patch 8.1.2296: text properties are not combined with syntax by default by Bram Moolenaar · 6 years ago
- dbd4316 patch 8.1.2279: computation of highlight attributes is too complicated by Bram Moolenaar · 6 years ago
- 1fd30d7 patch 8.1.2216: text property in wrong place after :substitute by Bram Moolenaar · 6 years ago
- 3439028 patch 8.1.2153: combining text property and syntax highlight is wrong by Bram Moolenaar · 6 years ago
- a5a7882 patch 8.1.1986: more functions can be used as methods by Bram Moolenaar · 7 years ago
- 45311b5 patch 8.1.1844: buffer no longer unloaded when adding text properties by Bram Moolenaar · 7 years ago
- d74af42 patch 8.1.1603: crash when using unknown highlighting in text property by Bram Moolenaar · 7 years ago
- 37e66cf patch 8.1.1573: textprop test fails if screenhots do not work by Bram Moolenaar · 7 years ago
- a956bf6 patch 8.1.1571: textprop highlight starts too early if just after a tab by Bram Moolenaar · 7 years ago
- b46fecd patch 8.1.1544: some balloon tests don't run when they can by Bram Moolenaar · 7 years ago
- b0f94c1 patch 8.1.1524: tests are silently skipped by Bram Moolenaar · 7 years ago
- 5d30ff1 patch 8.1.1483: skipped tests are not properly listed by Bram Moolenaar · 7 years ago
- adfde11 patch 8.1.1395: saving for undo may access invalid memory by Bram Moolenaar · 7 years ago
- f0884c5 patch 8.1.1388: errors when calling prop_remove() for an unloaded buffer by Bram Moolenaar · 7 years ago
- d79eef2 patch 8.1.1387: calling prop_add() in an empty buffer doesn't work by Bram Moolenaar · 7 years ago
- f3333b0 patch 8.1.1359: text property wrong after :substitute with backslash by Bram Moolenaar · 7 years ago
- 338dfda patch 8.1.1351: text property wrong after :substitute by Bram Moolenaar · 7 years ago
- 8055d17 patch 8.1.1343: text properties not adjusted for Visual block mode delete by Bram Moolenaar · 7 years ago
- 80e737c patch 8.1.1341: text properties are lost when joining lines by Bram Moolenaar · 7 years ago
- bfd4512 patch 8.1.1340: attributes from 'cursorline' overwrite textprop by Bram Moolenaar · 7 years ago
- 5c65e6a patch 8.1.1337: get empty text prop when splitting line just after text prop by Bram Moolenaar · 7 years ago
- 45dd07f patch 8.1.1333: text properties don't always move after changes by Bram Moolenaar · 7 years ago
- de24a87 patch 8.1.1276: cannot combine text properties with syntax highlighting by Bram Moolenaar · 7 years ago
- 0a2f578 patch 8.1.1035: prop_remove() second argument is not optional by Bram Moolenaar · 7 years ago
- ed79d1e patch 8.1.0970: text properties test fails when 'encoding' is not utf-8 by Bram Moolenaar · 7 years ago
- 663bc89 patch 8.1.0707: text property columns are not adjusted for changed indent by Bram Moolenaar · 7 years ago
- 4164bb2 patch 8.1.0691: text properties are not adjusted for :substitute by Bram Moolenaar · 7 years ago
- 21b5038 patch 8.1.0690: setline() and setbufline() do not clear text properties by Bram Moolenaar · 7 years ago
- 7f1664e patch 8.1.0689: undo with text properties not tested by Bram Moolenaar · 7 years ago
- 196d157 patch 8.1.0682: text properties not adjusted when backspacing replaced text by Bram Moolenaar · 7 years ago
- 33c8ca9 patch 8.1.0681: text properties as not adjusted for deleted text by Bram Moolenaar · 7 years ago
- 44746aa patch 8.1.0678: text properties as not adjusted for inserted text by Bram Moolenaar · 7 years ago
- b9c67a5 patch 8.1.0675: text property column in screen columns is not practical by Bram Moolenaar · 7 years ago
- 2f21fa8 patch 8.1.0667: textprop test leaves file behind by Bram Moolenaar · 7 years ago
- c6d86dc patch 8.1.0665: text property display wrong when 'spell' is set by Bram Moolenaar · 7 years ago
- b56ac04 patch 8.1.0655: when appending a line text property flags are not added by Bram Moolenaar · 7 years ago
- c1a9bc1 patch 8.1.0654: when deleting a line text property flags are not adjusted by Bram Moolenaar · 7 years ago
- 00b1e04 patch 8.1.0643: computing byte offset wrong by Bram Moolenaar · 7 years ago
- 8cf734e patch 8.1.0639: text properties test fails on MS-Windows by Bram Moolenaar · 7 years ago
- b413d2e patch 8.1.0636: line2byte() gives wrong values with text properties by Bram Moolenaar · 7 years ago
- e3d31b0 patch 8.1.0634: text properties cannot cross line boundaries by Bram Moolenaar · 7 years ago
- 98aefe7 patch 8.1.0579: cannot attach properties to text by Bram Moolenaar · 7 years ago