summaryrefslogtreecommitdiff
path: root/src/testdir/test_textprop.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3723: when using 'linebreak' a text property starts too earlyv8.2.3723Bram Moolenaar2021-12-021-0/+18
* patch 8.2.3706: text property highlighting is used on Tabv8.2.3706Bram Moolenaar2021-11-301-0/+18
* patch 8.2.3700: text property highlighting continues over breakindentv8.2.3700Bram Moolenaar2021-11-291-0/+18
* patch 8.2.3652: can only get text properties one line at a timev8.2.3652Yegappan Lakshmanan2021-11-231-1/+150
* patch 8.2.3373: text property test fails on MS-Windowsv8.2.3373Bram Moolenaar2021-08-251-0/+1
* patch 8.2.3372: line2byte() value wrong when adding a text propertyv8.2.3372Bram Moolenaar2021-08-251-0/+9
* patch 8.2.3356: adding many text properties requires a lot of function callsv8.2.3356Yegappan Lakshmanan2021-08-161-0/+35
* patch 8.2.3350: text properties test fails on MS-Windowsv8.2.3350Bram Moolenaar2021-08-151-0/+1
* patch 8.2.3348: line2byte() returns wrong value after adding textpropv8.2.3348Bram Moolenaar2021-08-151-0/+10
* patch 8.2.3272: cannot use id zero with prop_find()v8.2.3272Bram Moolenaar2021-08-011-3/+9
* patch 8.2.3257: calling prop_find() with -1 for ID gives errornous errorv8.2.3257Bram Moolenaar2021-07-311-0/+3
* patch 8.2.3233: prop_list() and prop_find() do not indicate the bufferv8.2.3233Martin Tournoij2021-07-281-58/+129
* patch 8.2.3135: Vim9: builtin function arguments not checked at compile timev8.2.3135Yegappan Lakshmanan2021-07-101-1/+1
* patch 8.2.3062: internal error when adding several text propertiesv8.2.3062Bram Moolenaar2021-06-271-0/+22
* patch 8.2.2890: text property duplicated when data block splitsv8.2.2890Bram Moolenaar2021-05-261-0/+19
* patch 8.2.2667: prop_find() cannot find item matching both id and typev8.2.2667Bram Moolenaar2021-03-271-0/+19
* patch 8.2.2561: not all textprop code is covered by testsv8.2.2561Bram Moolenaar2021-03-021-0/+19
* patch 8.2.2493: text property for text left of window shows upv8.2.2493Bram Moolenaar2021-02-101-0/+24
* patch 8.2.2429: :goto does not work correctly with text propertiesv8.2.2429Bram Moolenaar2021-01-301-0/+30
* patch 8.2.2198: ml_get error when resizing window and using text propertyv8.2.2198Bram Moolenaar2020-12-231-0/+20
* patch 8.2.2082: Vim9: can still use the depricated #{} dict syntaxv8.2.2082Bram Moolenaar2020-12-021-6/+6
* patch 8.2.1766: Vim9: Some tests are still using :letv8.2.1766Bram Moolenaar2020-09-271-2/+2
* patch 8.2.1714: text properties corrupted with substitute commandv8.2.1714Bram Moolenaar2020-09-201-0/+13
* patch 8.2.1690: text properties not adjusted for "I" in Visual block modev8.2.1690Bram Moolenaar2020-09-151-0/+31
* patch 8.2.1688: increment/decrement removes text propertyv8.2.1688Bram Moolenaar2020-09-151-1/+21
* patch 8.2.1623: Vim9: using :call where it is not neededv8.2.1623Bram Moolenaar2020-09-061-4/+4
* patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add()v8.2.1613Bram Moolenaar2020-09-051-0/+11
* patch 8.2.1612: Vim9: cannot pass "true" to prop_remove()v8.2.1612Bram Moolenaar2020-09-051-0/+9
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-2/+2
* patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find()v8.2.1584Bram Moolenaar2020-09-031-10/+15
* patch 8.2.1568: prop_find() skips properties in the same linev8.2.1568Bram Moolenaar2020-09-021-0/+16
* patch 8.2.1326: Vim9: skipping over white space after listv8.2.1326Bram Moolenaar2020-07-301-1/+1
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-4/+4
* patch 8.2.0845: text properties crossing lines not handled correctlyv8.2.0845Bram Moolenaar2020-05-301-0/+25
* patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar2020-04-261-0/+25
* patch 8.2.0378: prop_find() does not find all propsv8.2.0378Bram Moolenaar2020-03-131-0/+11
* patch 8.2.0372: prop_find() may not find text property at start of the linev8.2.0372Bram Moolenaar2020-03-111-0/+27
* patch 8.2.0357: cannot delete a text property matching both id and typev8.2.0357Bram Moolenaar2020-03-051-0/+17
* patch 8.2.0324: text property not updated correctly when inserting/deletingv8.2.0324Bram Moolenaar2020-02-261-4/+9
* patch 8.2.0115: byte2line() does not work correctly with text propertiesv8.2.0115Bram Moolenaar2020-01-131-1/+17
* patch 8.2.0110: prop_find() is not implementedv8.2.0110Bram Moolenaar2020-01-101-0/+112
* patch 8.2.0109: corrupted text properties when expanding spacesv8.2.0109Bram Moolenaar2020-01-091-11/+66
* patch 8.2.0083: text properties wrong when tabs and spaces are exchangedv8.2.0083Bram Moolenaar2020-01-031-0/+36
* patch 8.1.2308: deleting text before zero-width textprop removes itv8.1.2308Bram Moolenaar2019-11-161-0/+29
* patch 8.1.2296: text properties are not combined with syntax by defaultv8.1.2296Bram Moolenaar2019-11-121-1/+1
* patch 8.1.2279: computation of highlight attributes is too complicatedv8.1.2279Bram Moolenaar2019-11-091-3/+5
* patch 8.1.2216: text property in wrong place after :substitutev8.1.2216Bram Moolenaar2019-10-251-0/+28
* patch 8.1.2153: combining text property and syntax highlight is wrongv8.1.2153Bram Moolenaar2019-10-161-8/+27
* patch 8.1.1986: more functions can be used as methodsv8.1.1986Bram Moolenaar2019-09-041-9/+11
* patch 8.1.1844: buffer no longer unloaded when adding text propertiesv8.1.1844Bram Moolenaar2019-08-131-0/+22