summaryrefslogtreecommitdiff
path: root/src/testdir/test_textprop.vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.1603: crash when using unknown highlighting in text propertyv8.1.1603Bram Moolenaar2019-06-281-0/+11
* patch 8.1.1573: textprop test fails if screenhots do not workv8.1.1573Bram Moolenaar2019-06-191-0/+4
* patch 8.1.1571: textprop highlight starts too early if just after a tabv8.1.1571Bram Moolenaar2019-06-191-0/+20
* patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar2019-06-151-3/+2
* patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar2019-06-131-1/+1
* patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar2019-06-061-2/+2
* patch 8.1.1395: saving for undo may access invalid memoryv8.1.1395Bram Moolenaar2019-05-251-0/+9
* patch 8.1.1388: errors when calling prop_remove() for an unloaded bufferv8.1.1388Bram Moolenaar2019-05-241-2/+22
* patch 8.1.1387: calling prop_add() in an empty buffer doesn't workv8.1.1387Bram Moolenaar2019-05-241-0/+8
* patch 8.1.1359: text property wrong after :substitute with backslashv8.1.1359Bram Moolenaar2019-05-191-0/+19
* patch 8.1.1351: text property wrong after :substitutev8.1.1351Bram Moolenaar2019-05-191-0/+13
* patch 8.1.1343: text properties not adjusted for Visual block mode deletev8.1.1343Bram Moolenaar2019-05-171-1/+50
* patch 8.1.1341: text properties are lost when joining linesv8.1.1341Bram Moolenaar2019-05-171-1/+12
* patch 8.1.1340: attributes from 'cursorline' overwrite textpropv8.1.1340Bram Moolenaar2019-05-171-1/+1
* patch 8.1.1337: get empty text prop when splitting line just after text propv8.1.1337Bram Moolenaar2019-05-171-4/+3
* patch 8.1.1333: text properties don't always move after changesv8.1.1333Bram Moolenaar2019-05-151-0/+61
* patch 8.1.1276: cannot combine text properties with syntax highlightingv8.1.1276Bram Moolenaar2019-05-051-2/+15
* patch 8.1.1035: prop_remove() second argument is not optionalv8.1.1035Bram Moolenaar2019-03-221-8/+44
* patch 8.1.0970: text properties test fails when 'encoding' is not utf-8v8.1.0970Bram Moolenaar2019-02-221-1/+2
* patch 8.1.0707: text property columns are not adjusted for changed indentv8.1.0707Bram Moolenaar2019-01-081-0/+34
* patch 8.1.0691: text properties are not adjusted for :substitutev8.1.0691Bram Moolenaar2019-01-041-11/+63
* patch 8.1.0690: setline() and setbufline() do not clear text propertiesv8.1.0690Bram Moolenaar2019-01-041-0/+29
* patch 8.1.0689: undo with text properties not testedv8.1.0689Bram Moolenaar2019-01-041-0/+53
* patch 8.1.0682: text properties not adjusted when backspacing replaced textv8.1.0682Bram Moolenaar2019-01-021-9/+40
* patch 8.1.0681: text properties as not adjusted for deleted textv8.1.0681Bram Moolenaar2019-01-021-0/+24
* patch 8.1.0678: text properties as not adjusted for inserted textv8.1.0678Bram Moolenaar2019-01-021-1/+9
* patch 8.1.0675: text property column in screen columns is not practicalv8.1.0675Bram Moolenaar2019-01-011-12/+22
* patch 8.1.0667: textprop test leaves file behindv8.1.0667Bram Moolenaar2018-12-311-1/+1
* patch 8.1.0665: text property display wrong when 'spell' is setv8.1.0665Bram Moolenaar2018-12-311-2/+26
* patch 8.1.0655: when appending a line text property flags are not addedv8.1.0655Bram Moolenaar2018-12-281-0/+10
* patch 8.1.0654: when deleting a line text property flags are not adjustedv8.1.0654Bram Moolenaar2018-12-281-0/+34
* patch 8.1.0643: computing byte offset wrongv8.1.0643Bram Moolenaar2018-12-261-3/+3
* patch 8.1.0639: text properties test fails on MS-Windowsv8.1.0639Bram Moolenaar2018-12-261-0/+1