be4e01637e
Update runtime files.
2023-02-02 13:59:48 +00:00
f1dcd14fc5
Update runtime files
2022-12-31 15:30:45 +00:00
b59ae59a58
Update runtime files
2022-11-23 23:46:31 +00:00
3c053a1a5a
Update runtime files
2022-10-16 13:11:12 +01:00
d93009eb35
patch 9.0.0741: cannot specify an ID for each item with prop_add_list()
...
Problem: Cannot specify an ID for each item with prop_add_list(). (Sergey
Vlasov)
Solution: Add an optional fifth number to the item. (closes #11360 )
2022-10-13 14:35:24 +01:00
9fbdbb814f
Update runtime files
2022-09-27 17:30:34 +01:00
9712ff1288
Update runtime files
2022-09-18 13:04:22 +01:00
04e0ed1ddf
patch 9.0.0438: cannot put virtual text above a line
...
Problem: Cannot put virtual text above a line.
Solution: Add the "above" value for "text_align".
2022-09-10 20:00:56 +01:00
fd999452ad
Update runtime files
2022-08-24 18:30:14 +01:00
f396ce83ee
patch 9.0.0247: cannot add padding to virtual text without highlight
...
Problem: Cannot add padding to virtual text without highlight.
Solution: Add the "text_padding_left" argument. (issue #10906 )
2022-08-23 18:39:37 +01:00
e1f3fd1d02
Update runtime files
2022-08-15 18:51:32 +01:00
f4ba8bc47e
patch 9.0.0144: text property cannot override 'cursorline' highlight
...
Problem: Text property cannot override 'cursorline' highlight.
Solution: Add the "override" flag to prop_type_add(). (closes #5533 ,
closes #8225 ).
2022-08-05 17:05:04 +01:00
783ef7214b
patch 9.0.0131: virtual text with Tab is not displayed correctly
...
Problem: Virtual text with Tab is not displayed correctly.
Solution: Change any Tab to a space.
2022-08-01 16:11:06 +01:00
b7963df98f
patch 9.0.0121: cannot put virtual text after or below a line
...
Problem: Cannot put virtual text after or below a line.
Solution: Add "text_align" and "text_wrap" arguments.
2022-07-31 17:12:43 +01:00
2ecbe53f45
Update runtime files
2022-07-29 21:36:21 +01:00
7f9969c559
patch 9.0.0067: cannot show virtual text
...
Problem: Cannot show virtual text.
Solution: Initial changes for virtual text support, using text properties.
2022-07-25 18:13:54 +01:00
eb49041875
release version 9.0
...
Problem: About time to release Vim 9.0.
Solution: Update the version number everywhere.
2022-06-28 13:44:46 +01:00
e021662f39
patch 8.2.3652: can only get text properties one line at a time
...
Problem: Can only get text properties one line at a time.
Solution: Add options to prop_list() to use a range of lines and filter by
types. (Yegappan Lakshmanan, closes #9138 )
2021-11-23 11:46:32 +00:00
820d5525ca
patch 8.2.3446: not enough tests for empty string arguments
...
Problem: Not enough tests for empty string arguments.
Solution: Add tests, fix type check. (Yegappan Lakshmanan, closes #8881 )
2021-09-17 21:07:35 +02:00
89a9c159f2
Update runtime files
2021-08-29 21:55:35 +02:00
ccfb7c6758
patch 8.2.3356: adding many text properties requires a lot of function calls
...
Problem: Adding many text properties requires a lot of function calls.
Solution: Add the prop_add_list() function. (Yegappan Lakshmanan,
closes #8751 )
2021-08-16 21:39:09 +02:00
e2390c7f32
patch 8.2.3233: prop_list() and prop_find() do not indicate the buffer
...
Problem: prop_list() and prop_find() do not indicate the buffer for the
used type.
Solution: Add "type_bufnr" to the results. (closes #8647 )
2021-07-28 13:30:16 +02:00
d2ea7cf10a
Update runtime files
2021-05-30 20:54:13 +02:00
dad4473f02
Update runtime files.
2021-03-31 20:07:33 +02:00
24f21fdfca
patch 8.2.2667: prop_find() cannot find item matching both id and type
...
Problem: prop_find() cannot find item matching both id and type.
Solution: Add the "both" argument. (Naohiro Ono, closes #8019 )
2021-03-27 22:07:29 +01:00
cb80aa2d53
Update runtime files.
2020-10-26 21:12:46 +01:00
7ff78465f7
Update runtime files
2020-07-10 22:00:53 +02:00
7ceefb35c8
Update runtime files
2020-05-01 16:07:38 +02:00
b17893aa94
Update runtime files
2020-03-14 08:19:51 +01:00
49b79bd488
patch 8.2.0357: cannot delete a text property matching both id and type
...
Problem: Cannot delete a text property matching both id and type. (Axel
Forsman)
Solution: Add the "both" argument.
2020-03-05 21:52:55 +01:00
bc93cebb69
Update runtime files.
2020-02-26 13:36:21 +01:00
8024f93636
Update runtime files.
2020-01-14 19:29:13 +01:00
e05a89ac63
patch 8.2.0110: prop_find() is not implemented
...
Problem: prop_find() is not implemented.
Solution: Implement prop_find(). (Ryan Hackett, closes #5421 , closes #4970 )
2020-01-10 19:56:46 +01:00
98056533b9
Vim 8.2 release
2019-12-12 14:18:35 +01:00
664f3cf3f2
Runtime file updates.
2019-12-07 16:03:51 +01:00
574ee7bc12
Update runtime files
2019-11-13 23:04:29 +01:00
5ef1c6a483
Update runtime files
2019-11-10 22:09:11 +01:00
96f45c0b6f
Update runtime files
2019-10-26 19:53:45 +02:00
30e9b3c425
Update runtime files
2019-09-07 16:24:12 +02:00
a5a7882ea4
patch 8.1.1986: more functions can be used as methods
...
Problem: More functions can be used as methods.
Solution: Make textprop functions usable as a method.
2019-09-04 21:57:18 +02:00
06fe74aef7
Runtime files update.
2019-08-31 16:20:32 +02:00
56c860c315
Update runtime files.
2019-08-17 20:09:31 +02:00
45311b5274
patch 8.1.1844: buffer no longer unloaded when adding text properties
...
Problem: Buffer no longer unloaded when adding text properties to it.
Solution: Do not create the memfile. (closes #4808 )
2019-08-13 22:27:32 +02:00
ed997adaa1
patch 8.1.1726: the eval.txt help file is too big
...
Problem: The eval.txt help file is too big.
Solution: Split off testing support to testing.txt. Move function details
to where the functionality is explained.
2019-07-21 16:42:00 +02:00
6c1e1570b1
Update runtime files
2019-06-22 02:13:00 +02:00
68e6560b84
Update runtime files.
2019-05-26 21:33:31 +02:00
a6c27c47dd
Update runtime files
2019-05-09 19:16:22 +02:00
25c9c680ec
patch 8.1.1280: remarks about functionality not in Vi clutters the help
...
Problem: Remarks about functionality not in Vi clutters the help.
Solution: Move all info about what is new in Vim or already existed in Vi to
vi_diff.txt. Remove {not in Vi} remarks. (closes #4268 ) Add
"noet" to the help files modeline. Also include many other help
file improvements.
2019-05-05 18:13:34 +02:00
de24a87013
patch 8.1.1276: cannot combine text properties with syntax highlighting
...
Problem: Cannot combine text properties with syntax highlighting.
Solution: Add the "combine" field to prop_type_add(). (closes #4343 )
2019-05-05 15:48:00 +02:00
d09091d495
Update runtime files.
2019-01-17 16:07:22 +01:00