Commit Graph

35 Commits

Author SHA1 Message Date
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
4c05fa08c9 Update runtime files 2019-01-01 15:32:17 +01:00
c8c8849267 Update runtime files. 2018-12-27 23:59:26 +01:00
9d87a37ee9 Update runtime files. 2018-12-18 21:41:50 +01:00
98aefe7c32 patch 8.1.0579: cannot attach properties to text
Problem:    Cannot attach properties to text.
Solution:   First part of adding text properties.
2018-12-13 22:20:09 +01:00