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
/
textprop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0741: cannot specify an ID for each item with prop_add_list()
v9.0.0741
Bram Moolenaar
2022-10-13
1
-2
/
+5
*
patch 9.0.0740: prop_add_list() gives multiple errors for invalid argument
v9.0.0740
Bram Moolenaar
2022-10-13
1
-5
/
+10
*
patch 9.0.0489: using "end_lnum" with virtual text causes problems
v9.0.0489
Bram Moolenaar
2022-09-17
1
-0
/
+8
*
patch 9.0.0466: virtual text wrong after adding line break after line
v9.0.0466
Bram Moolenaar
2022-09-14
1
-8
/
+17
*
patch 9.0.0462: ASAN warning for integer overflow
v9.0.0462
Bram Moolenaar
2022-09-14
1
-1
/
+1
*
patch 9.0.0458: splitting a line with a text prop "above" moves it down
v9.0.0458
Bram Moolenaar
2022-09-13
1
-5
/
+9
*
patch 9.0.0452: Visual highlighting extends into virtual text prop
v9.0.0452
Bram Moolenaar
2022-09-12
1
-4
/
+14
*
patch 9.0.0451: virtual text "above" does not work with 'nowrap'
v9.0.0451
Bram Moolenaar
2022-09-12
1
-4
/
+9
*
patch 9.0.0438: cannot put virtual text above a line
v9.0.0438
Bram Moolenaar
2022-09-10
1
-15
/
+24
*
patch 9.0.0345: error message for list argument could be clearer
v9.0.0345
Bram Moolenaar
2022-09-01
1
-4
/
+1
*
patch 9.0.0335: checks for Dictionary argument often give a vague error
v9.0.0335
Yegappan Lakshmanan
2022-08-30
1
-16
/
+4
*
patch 9.0.0252: cursor in wrong place after virtual text
v9.0.0252
Bram Moolenaar
2022-08-24
1
-1
/
+2
*
patch 9.0.0247: cannot add padding to virtual text without highlight
v9.0.0247
Bram Moolenaar
2022-08-23
1
-2
/
+108
*
patch 9.0.0233: removing multiple text properties takes many calls
v9.0.0233
Ben Jackson
2022-08-20
1
-10
/
+65
*
patch 9.0.0214: splitting a line may duplicate virtual text
v9.0.0214
Bram Moolenaar
2022-08-15
1
-0
/
+9
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-4
/
+4
*
patch 9.0.0205: cursor in wrong position when inserting after virtual text
v9.0.0205
Bram Moolenaar
2022-08-14
1
-1
/
+3
*
patch 9.0.0200: cursor wrong if 'nowrap' and two right aligned text props
v9.0.0200
Bram Moolenaar
2022-08-13
1
-2
/
+15
*
patch 9.0.0194: cursor displayed in wrong position after removing text prop
v9.0.0194
Bram Moolenaar
2022-08-12
1
-0
/
+2
*
patch 9.0.0188: strange effects when using "text_align" with non-zero column
v9.0.0188
Bram Moolenaar
2022-08-10
1
-0
/
+5
*
patch 9.0.0172: trying to allocate zero bytes
v9.0.0172
Bram Moolenaar
2022-08-08
1
-1
/
+1
*
patch 9.0.0169: insufficient testing for line2byte() with text properties
v9.0.0169
Bram Moolenaar
2022-08-08
1
-4
/
+0
*
patch 9.0.0167: checking for text properties could be a bit more efficient
v9.0.0167
Bram Moolenaar
2022-08-07
1
-6
/
+3
*
patch 9.0.0165: looking up a text property type by ID is slow
v9.0.0165
Bram Moolenaar
2022-08-07
1
-35
/
+81
*
patch 9.0.0154: text properties wrong after splitting a line
v9.0.0154
Bram Moolenaar
2022-08-06
1
-10
/
+18
*
patch 9.0.0151: a "below" aligned text property does not work with 'nowrap'
v9.0.0151
Bram Moolenaar
2022-08-06
1
-0
/
+23
*
patch 9.0.0145: substitute that joins lines drops text properties
v9.0.0145
Bram Moolenaar
2022-08-05
1
-1
/
+23
*
patch 9.0.0144: text property cannot override 'cursorline' highlight
v9.0.0144
Bram Moolenaar
2022-08-05
1
-2
/
+12
*
patch 9.0.0133: virtual text after line moves to joined line
v9.0.0133
Bram Moolenaar
2022-08-01
1
-10
/
+15
*
patch 9.0.0131: virtual text with Tab is not displayed correctly
v9.0.0131
Bram Moolenaar
2022-08-01
1
-1
/
+7
*
patch 9.0.0121: cannot put virtual text after or below a line
v9.0.0121
Bram Moolenaar
2022-07-31
1
-22
/
+76
*
patch 9.0.0117: text of removed textprop with text is not freed
v9.0.0117
Bram Moolenaar
2022-07-30
1
-3
/
+30
*
patch 9.0.0067: cannot show virtual text
v9.0.0067
Bram Moolenaar
2022-07-25
1
-22
/
+80
*
patch 9.0.0063: too many type casts for dict_get functions
v9.0.0063
Bram Moolenaar
2022-07-23
1
-16
/
+16
*
patch 9.0.0013: reproducing memory access errors can be difficult
v9.0.0013
Bram Moolenaar
2022-06-30
1
-4
/
+13
*
patch 8.2.5107: some callers of rettv_list_alloc() check for not OK
v8.2.5107
Bram Moolenaar
2022-06-16
1
-1
/
+1
*
patch 8.2.5014: byte offsets are wrong when using text properties
v8.2.5014
Paul Ollis
2022-05-24
1
-2
/
+9
*
patch 8.2.4954: inserting line breaks text property spanning two lines
v8.2.4954
LemonBoy
2022-05-14
1
-4
/
+5
*
patch 8.2.4787: prop_find() does not find the right property
v8.2.4787
LemonBoy
2022-04-18
1
-13
/
+17
*
patch 8.2.4683: verbose check with dict_find() to see if a key is present
v8.2.4683
Yegappan Lakshmanan
2022-04-04
1
-11
/
+11
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-9
/
+7
*
patch 8.2.4010: error messages are spread out
v8.2.4010
Bram Moolenaar
2022-01-05
1
-2
/
+2
*
patch 8.2.3977: error messages are spread out
v8.2.3977
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-10
/
+10
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-9
/
+9
*
patch 8.2.3916: no error for passing an invalid line number to append()
v8.2.3916
Bram Moolenaar
2021-12-27
1
-6
/
+4
*
patch 8.2.3652: can only get text properties one line at a time
v8.2.3652
Yegappan Lakshmanan
2021-11-23
1
-25
/
+232
*
patch 8.2.3356: adding many text properties requires a lot of function calls
v8.2.3356
Yegappan Lakshmanan
2021-08-16
1
-76
/
+171
*
patch 8.2.3272: cannot use id zero with prop_find()
v8.2.3272
Bram Moolenaar
2021-08-01
1
-1
/
+1
*
patch 8.2.3270: prop_find() finds property with ID -2
v8.2.3270
Bram Moolenaar
2021-08-01
1
-6
/
+7
[next]