index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testdir
/
test_textprop.vim
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.2667: prop_find() cannot find item matching both id and type
v8.2.2667
Bram Moolenaar
2021-03-27
1
-0
/
+19
*
patch 8.2.2561: not all textprop code is covered by tests
v8.2.2561
Bram Moolenaar
2021-03-02
1
-0
/
+19
*
patch 8.2.2493: text property for text left of window shows up
v8.2.2493
Bram Moolenaar
2021-02-10
1
-0
/
+24
*
patch 8.2.2429: :goto does not work correctly with text properties
v8.2.2429
Bram Moolenaar
2021-01-30
1
-0
/
+30
*
patch 8.2.2198: ml_get error when resizing window and using text property
v8.2.2198
Bram Moolenaar
2020-12-23
1
-0
/
+20
*
patch 8.2.2082: Vim9: can still use the depricated #{} dict syntax
v8.2.2082
Bram Moolenaar
2020-12-02
1
-6
/
+6
*
patch 8.2.1766: Vim9: Some tests are still using :let
v8.2.1766
Bram Moolenaar
2020-09-27
1
-2
/
+2
*
patch 8.2.1714: text properties corrupted with substitute command
v8.2.1714
Bram Moolenaar
2020-09-20
1
-0
/
+13
*
patch 8.2.1690: text properties not adjusted for "I" in Visual block mode
v8.2.1690
Bram Moolenaar
2020-09-15
1
-0
/
+31
*
patch 8.2.1688: increment/decrement removes text property
v8.2.1688
Bram Moolenaar
2020-09-15
1
-1
/
+21
*
patch 8.2.1623: Vim9: using :call where it is not needed
v8.2.1623
Bram Moolenaar
2020-09-06
1
-4
/
+4
*
patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add()
v8.2.1613
Bram Moolenaar
2020-09-05
1
-0
/
+11
*
patch 8.2.1612: Vim9: cannot pass "true" to prop_remove()
v8.2.1612
Bram Moolenaar
2020-09-05
1
-0
/
+9
*
patch 8.2.1593: tests do not check the error number properly
v8.2.1593
Bram Moolenaar
2020-09-04
1
-2
/
+2
*
patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find()
v8.2.1584
Bram Moolenaar
2020-09-03
1
-10
/
+15
*
patch 8.2.1568: prop_find() skips properties in the same line
v8.2.1568
Bram Moolenaar
2020-09-02
1
-0
/
+16
*
patch 8.2.1326: Vim9: skipping over white space after list
v8.2.1326
Bram Moolenaar
2020-07-30
1
-1
/
+1
*
patch 8.2.1183: assert_fails() checks the last error message
v8.2.1183
Bram Moolenaar
2020-07-11
1
-4
/
+4
*
patch 8.2.0845: text properties crossing lines not handled correctly
v8.2.0845
Bram Moolenaar
2020-05-30
1
-0
/
+25
*
patch 8.2.0644: insufficient testing for invalid function arguments
v8.2.0644
Bram Moolenaar
2020-04-26
1
-0
/
+25
*
patch 8.2.0378: prop_find() does not find all props
v8.2.0378
Bram Moolenaar
2020-03-13
1
-0
/
+11
*
patch 8.2.0372: prop_find() may not find text property at start of the line
v8.2.0372
Bram Moolenaar
2020-03-11
1
-0
/
+27
*
patch 8.2.0357: cannot delete a text property matching both id and type
v8.2.0357
Bram Moolenaar
2020-03-05
1
-0
/
+17
*
patch 8.2.0324: text property not updated correctly when inserting/deleting
v8.2.0324
Bram Moolenaar
2020-02-26
1
-4
/
+9
*
patch 8.2.0115: byte2line() does not work correctly with text properties
v8.2.0115
Bram Moolenaar
2020-01-13
1
-1
/
+17
*
patch 8.2.0110: prop_find() is not implemented
v8.2.0110
Bram Moolenaar
2020-01-10
1
-0
/
+112
*
patch 8.2.0109: corrupted text properties when expanding spaces
v8.2.0109
Bram Moolenaar
2020-01-09
1
-11
/
+66
*
patch 8.2.0083: text properties wrong when tabs and spaces are exchanged
v8.2.0083
Bram Moolenaar
2020-01-03
1
-0
/
+36
*
patch 8.1.2308: deleting text before zero-width textprop removes it
v8.1.2308
Bram Moolenaar
2019-11-16
1
-0
/
+29
*
patch 8.1.2296: text properties are not combined with syntax by default
v8.1.2296
Bram Moolenaar
2019-11-12
1
-1
/
+1
*
patch 8.1.2279: computation of highlight attributes is too complicated
v8.1.2279
Bram Moolenaar
2019-11-09
1
-3
/
+5
*
patch 8.1.2216: text property in wrong place after :substitute
v8.1.2216
Bram Moolenaar
2019-10-25
1
-0
/
+28
*
patch 8.1.2153: combining text property and syntax highlight is wrong
v8.1.2153
Bram Moolenaar
2019-10-16
1
-8
/
+27
*
patch 8.1.1986: more functions can be used as methods
v8.1.1986
Bram Moolenaar
2019-09-04
1
-9
/
+11
*
patch 8.1.1844: buffer no longer unloaded when adding text properties
v8.1.1844
Bram Moolenaar
2019-08-13
1
-0
/
+22
*
patch 8.1.1603: crash when using unknown highlighting in text property
v8.1.1603
Bram Moolenaar
2019-06-28
1
-0
/
+11
*
patch 8.1.1573: textprop test fails if screenhots do not work
v8.1.1573
Bram Moolenaar
2019-06-19
1
-0
/
+4
*
patch 8.1.1571: textprop highlight starts too early if just after a tab
v8.1.1571
Bram Moolenaar
2019-06-19
1
-0
/
+20
*
patch 8.1.1544: some balloon tests don't run when they can
v8.1.1544
Bram Moolenaar
2019-06-15
1
-3
/
+2
*
patch 8.1.1524: tests are silently skipped
v8.1.1524
Bram Moolenaar
2019-06-13
1
-1
/
+1
*
patch 8.1.1483: skipped tests are not properly listed
v8.1.1483
Bram Moolenaar
2019-06-06
1
-2
/
+2
*
patch 8.1.1395: saving for undo may access invalid memory
v8.1.1395
Bram Moolenaar
2019-05-25
1
-0
/
+9
*
patch 8.1.1388: errors when calling prop_remove() for an unloaded buffer
v8.1.1388
Bram Moolenaar
2019-05-24
1
-2
/
+22
*
patch 8.1.1387: calling prop_add() in an empty buffer doesn't work
v8.1.1387
Bram Moolenaar
2019-05-24
1
-0
/
+8
*
patch 8.1.1359: text property wrong after :substitute with backslash
v8.1.1359
Bram Moolenaar
2019-05-19
1
-0
/
+19
*
patch 8.1.1351: text property wrong after :substitute
v8.1.1351
Bram Moolenaar
2019-05-19
1
-0
/
+13
*
patch 8.1.1343: text properties not adjusted for Visual block mode delete
v8.1.1343
Bram Moolenaar
2019-05-17
1
-1
/
+50
*
patch 8.1.1341: text properties are lost when joining lines
v8.1.1341
Bram Moolenaar
2019-05-17
1
-1
/
+12
*
patch 8.1.1340: attributes from 'cursorline' overwrite textprop
v8.1.1340
Bram Moolenaar
2019-05-17
1
-1
/
+1
*
patch 8.1.1337: get empty text prop when splitting line just after text prop
v8.1.1337
Bram Moolenaar
2019-05-17
1
-4
/
+3
[next]