1. 24f21fd patch 8.2.2667: prop_find() cannot find item matching both id and type by Bram Moolenaar · 5 years ago
  2. da1dbed patch 8.2.2644: prop_clear() causes a screen update even when nothing changed by Bram Moolenaar · 5 years ago
  3. 09f8b3a patch 8.2.2637: prop_remove() causes a redraw even when nothing changed by Bram Moolenaar · 5 years ago
  4. 23999d7 patch 8.2.2198: ml_get error when resizing window and using text property by Bram Moolenaar · 5 years ago
  5. 8e7d622 patch 8.2.2160: various typos by Bram Moolenaar · 5 years ago
  6. 8902b31 patch 8.2.1714: text properties corrupted with substitute command by Bram Moolenaar · 6 years ago
  7. fa2e38d patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add() by Bram Moolenaar · 6 years ago
  8. a5a40c5 patch 8.2.1612: Vim9: cannot pass "true" to prop_remove() by Bram Moolenaar · 6 years ago
  9. eb24556 patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find() by Bram Moolenaar · 6 years ago
  10. 4da7a25 patch 8.2.1568: prop_find() skips properties in the same line by Bram Moolenaar · 6 years ago
  11. cf07011 patch 8.2.1092: not checking if saving for undo succeeds by Bram Moolenaar · 6 years ago
  12. 87be9be patch 8.2.0845: text properties crossing lines not handled correctly by Bram Moolenaar · 6 years ago
  13. 965fd8d patch 8.2.0379: gcc warns for ambiguous else by Bram Moolenaar · 6 years ago
  14. 346f18e patch 8.2.0378: prop_find() does not find all props by Bram Moolenaar · 6 years ago
  15. 66b9885 patch 8.2.0372: prop_find() may not find text property at start of the line by Bram Moolenaar · 6 years ago
  16. 49b79bd patch 8.2.0357: cannot delete a text property matching both id and type by Bram Moolenaar · 6 years ago
  17. 12f2003 patch 8.2.0324: text property not updated correctly when inserting/deleting by Bram Moolenaar · 6 years ago
  18. e05a89a patch 8.2.0110: prop_find() is not implemented by Bram Moolenaar · 6 years ago
  19. 3d8a513 patch 8.2.0085: dead code in builtin functions by Bram Moolenaar · 6 years ago
  20. 05ad5ff patch 8.1.2371: FEAT_TEXT_PROP is a confusing name by Bram Moolenaar · 6 years ago
  21. ecafcc1 patch 8.1.2308: deleting text before zero-width textprop removes it by Bram Moolenaar · 6 years ago
  22. 0743ef9 patch 8.1.2298: missing part of 8.1.2296 by Bram Moolenaar · 6 years ago
  23. 32aa102 patch 8.1.2243: typos in comments by Bram Moolenaar · 6 years ago
  24. 7aee687 patch 8.1.2215: unreachable code in adjusting text prop columns by Bram Moolenaar · 6 years ago
  25. 8e95636 patch 8.1.1929: no tests for text property popup window by Bram Moolenaar · 7 years ago
  26. 12034e2 patch 8.1.1928: popup windows don't move with the text when making changes by Bram Moolenaar · 7 years ago
  27. 5843f5f patch 8.1.1891: functions used in one file are global by Bram Moolenaar · 7 years ago
  28. 45311b5 patch 8.1.1844: buffer no longer unloaded when adding text properties by Bram Moolenaar · 7 years ago
  29. 47ed553 patch 8.1.1827: allocating more memory than needed for extended structs by Bram Moolenaar · 7 years ago
  30. 277e79a patch 8.1.1463: gcc warns for uninitialized variable by Bram Moolenaar · 7 years ago
  31. c799fe2 patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts by Bram Moolenaar · 7 years ago
  32. 7a8d027 patch 8.1.1407: popup_create() does not support text properties by Bram Moolenaar · 7 years ago
  33. 51e1438 patch 8.1.1393: unnecessary type casts by Bram Moolenaar · 7 years ago
  34. f0884c5 patch 8.1.1388: errors when calling prop_remove() for an unloaded buffer by Bram Moolenaar · 7 years ago
  35. d79eef2 patch 8.1.1387: calling prop_add() in an empty buffer doesn't work by Bram Moolenaar · 7 years ago
  36. 18a4ba2 patch 8.1.1386: unessesary type casts for lalloc() by Bram Moolenaar · 7 years ago
  37. e2ad826 patch 8.1.1376: warnings for size_t/int mixups by Bram Moolenaar · 7 years ago
  38. f3333b0 patch 8.1.1359: text property wrong after :substitute with backslash by Bram Moolenaar · 7 years ago
  39. 338dfda patch 8.1.1351: text property wrong after :substitute by Bram Moolenaar · 7 years ago
  40. 8055d17 patch 8.1.1343: text properties not adjusted for Visual block mode delete by Bram Moolenaar · 7 years ago
  41. 80e737c patch 8.1.1341: text properties are lost when joining lines by Bram Moolenaar · 7 years ago
  42. bfd4512 patch 8.1.1340: attributes from 'cursorline' overwrite textprop by Bram Moolenaar · 7 years ago
  43. 5c65e6a patch 8.1.1337: get empty text prop when splitting line just after text prop by Bram Moolenaar · 7 years ago
  44. 45dd07f patch 8.1.1333: text properties don't always move after changes by Bram Moolenaar · 7 years ago
  45. 58187f1 patch 8.1.1278: missing change for "combine" field by Bram Moolenaar · 7 years ago
  46. 0a2f578 patch 8.1.1035: prop_remove() second argument is not optional by Bram Moolenaar · 7 years ago
  47. c666388 patch 8.1.0975: using STRNCPY() wrongly. Warning for uninitialized variable by Bram Moolenaar · 7 years ago
  48. f9e3e09 patch 8.1.0743: giving error messages is not flexible by Bram Moolenaar · 7 years ago
  49. 8aef43b patch 8.1.0703: compiler warnings with 64-bit compiler by Bram Moolenaar · 7 years ago
  50. 4614f53 patch 8.1.0694: when using text props may free memory that is not allocated by Bram Moolenaar · 7 years ago
  51. 4164bb2 patch 8.1.0691: text properties are not adjusted for :substitute by Bram Moolenaar · 7 years ago
  52. f2d79fa patch 8.1.0685: get_buf_tv() is named inconsistently by Bram Moolenaar · 7 years ago
  53. 4b7214e patch 8.1.0684: warnings from 64-bit compiler by Bram Moolenaar · 7 years ago
  54. 196d157 patch 8.1.0682: text properties not adjusted when backspacing replaced text by Bram Moolenaar · 7 years ago
  55. 44746aa patch 8.1.0678: text properties as not adjusted for inserted text by Bram Moolenaar · 7 years ago
  56. b9c67a5 patch 8.1.0675: text property column in screen columns is not practical by Bram Moolenaar · 7 years ago
  57. b56ac04 patch 8.1.0655: when appending a line text property flags are not added by Bram Moolenaar · 7 years ago
  58. b413d2e patch 8.1.0636: line2byte() gives wrong values with text properties by Bram Moolenaar · 7 years ago
  59. e3d31b0 patch 8.1.0634: text properties cannot cross line boundaries by Bram Moolenaar · 7 years ago
  60. d155d7a patch 8.1.0615: get_tv function names are not consistent by Bram Moolenaar · 7 years ago
  61. 4efe73b patch 8.1.0601: a few compiler warnings by Bram Moolenaar · 7 years ago
  62. 8f66717 patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string() by Bram Moolenaar · 7 years ago
  63. fb95e21 patch 8.1.0582: text properties are not enabled by Bram Moolenaar · 7 years ago
  64. 98aefe7 patch 8.1.0579: cannot attach properties to text by Bram Moolenaar · 7 years ago