summaryrefslogtreecommitdiffstats
path: root/src/textprop.c
AgeCommit message (Expand)Author
2022-06-30patch 9.0.0013: reproducing memory access errors can be difficultv9.0.0013Bram Moolenaar
2022-06-16patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar
2022-05-24patch 8.2.5014: byte offsets are wrong when using text propertiesv8.2.5014Paul Ollis
2022-05-14patch 8.2.4954: inserting line breaks text property spanning two linesv8.2.4954LemonBoy
2022-04-18patch 8.2.4787: prop_find() does not find the right propertyv8.2.4787LemonBoy
2022-04-04patch 8.2.4683: verbose check with dict_find() to see if a key is presentv8.2.4683Yegappan Lakshmanan
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-01patch 8.2.3977: error messages are spread outv8.2.3977Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-27patch 8.2.3916: no error for passing an invalid line number to append()v8.2.3916Bram Moolenaar
2021-11-23patch 8.2.3652: can only get text properties one line at a timev8.2.3652Yegappan Lakshmanan
2021-08-16patch 8.2.3356: adding many text properties requires a lot of function callsv8.2.3356Yegappan Lakshmanan
2021-08-01patch 8.2.3272: cannot use id zero with prop_find()v8.2.3272Bram Moolenaar
2021-08-01patch 8.2.3270: prop_find() finds property with ID -2v8.2.3270Bram Moolenaar
2021-07-31patch 8.2.3257: calling prop_find() with -1 for ID gives errornous errorv8.2.3257Bram Moolenaar
2021-07-28patch 8.2.3233: prop_list() and prop_find() do not indicate the bufferv8.2.3233Martin Tournoij
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-07-20patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan
2021-07-15patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan
2021-07-10patch 8.2.3135: Vim9: builtin function arguments not checked at compile timev8.2.3135Yegappan Lakshmanan
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-05-17patch 8.2.2863: removing a text property does not redraw optimallyv8.2.2863Bram Moolenaar
2021-05-17patch 8.2.2862: removing a text property causes the whole window to be redawnv8.2.2862Bram Moolenaar
2021-05-16patch 8.2.2860: adding a text property causes the whole window to be redawnv8.2.2860Bram Moolenaar
2021-03-27patch 8.2.2667: prop_find() cannot find item matching both id and typev8.2.2667Bram Moolenaar
2021-03-22patch 8.2.2644: prop_clear() causes a screen update even when nothing changedv8.2.2644Bram Moolenaar
2021-03-21patch 8.2.2637: prop_remove() causes a redraw even when nothing changedv8.2.2637Bram Moolenaar
2020-12-23patch 8.2.2198: ml_get error when resizing window and using text propertyv8.2.2198Bram Moolenaar
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
2020-09-20patch 8.2.1714: text properties corrupted with substitute commandv8.2.1714Bram Moolenaar
2020-09-05patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add()v8.2.1613Bram Moolenaar
2020-09-05patch 8.2.1612: Vim9: cannot pass "true" to prop_remove()v8.2.1612Bram Moolenaar
2020-09-03patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find()v8.2.1584Bram Moolenaar
2020-09-02patch 8.2.1568: prop_find() skips properties in the same linev8.2.1568Bram Moolenaar
2020-06-29patch 8.2.1092: not checking if saving for undo succeedsv8.2.1092Bram Moolenaar
2020-05-30patch 8.2.0845: text properties crossing lines not handled correctlyv8.2.0845Bram Moolenaar
2020-03-14patch 8.2.0379: gcc warns for ambiguous elsev8.2.0379Bram Moolenaar
2020-03-13patch 8.2.0378: prop_find() does not find all propsv8.2.0378Bram Moolenaar
2020-03-11patch 8.2.0372: prop_find() may not find text property at start of the linev8.2.0372Bram Moolenaar
2020-03-05patch 8.2.0357: cannot delete a text property matching both id and typev8.2.0357Bram Moolenaar
2020-02-26patch 8.2.0324: text property not updated correctly when inserting/deletingv8.2.0324Bram Moolenaar
2020-01-10patch 8.2.0110: prop_find() is not implementedv8.2.0110Bram Moolenaar
2020-01-04patch 8.2.0085: dead code in builtin functionsv8.2.0085Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-16patch 8.1.2308: deleting text before zero-width textprop removes itv8.1.2308Bram Moolenaar
2019-11-13patch 8.1.2298: missing part of 8.1.2296v8.1.2298Bram Moolenaar
2019-11-02patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar
2019-10-25patch 8.1.2215: unreachable code in adjusting text prop columnsv8.1.2215Bram Moolenaar