summaryrefslogtreecommitdiff
path: root/runtime/doc/textprop.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2020-03-141-3/+3
|
* patch 8.2.0357: cannot delete a text property matching both id and typev8.2.0357Bram Moolenaar2020-03-051-0/+1
| | | | | | Problem: Cannot delete a text property matching both id and type. (Axel Forsman) Solution: Add the "both" argument.
* Update runtime files.Bram Moolenaar2020-02-261-4/+6
|
* Update runtime files.Bram Moolenaar2020-01-141-1/+1
|
* patch 8.2.0110: prop_find() is not implementedv8.2.0110Bram Moolenaar2020-01-101-21/+0
| | | | | Problem: prop_find() is not implemented. Solution: Implement prop_find(). (Ryan Hackett, closes #5421, closes #4970)
* Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar2019-12-121-1/+1
|
* Runtime file updates.Bram Moolenaar2019-12-071-2/+2
|
* Update runtime filesBram Moolenaar2019-11-131-3/+3
|
* Update runtime filesBram Moolenaar2019-11-101-2/+2
|
* Update runtime filesBram Moolenaar2019-10-261-8/+7
|
* Update runtime filesBram Moolenaar2019-09-071-1/+1
|
* patch 8.1.1986: more functions can be used as methodsv8.1.1986Bram Moolenaar2019-09-041-2/+21
| | | | | Problem: More functions can be used as methods. Solution: Make textprop functions usable as a method.
* Runtime files update.Bram Moolenaar2019-08-311-3/+3
|
* Update runtime files.Bram Moolenaar2019-08-171-1/+1
|
* patch 8.1.1844: buffer no longer unloaded when adding text propertiesv8.1.1844Bram Moolenaar2019-08-131-0/+5
| | | | | Problem: Buffer no longer unloaded when adding text properties to it. Solution: Do not create the memfile. (closes #4808)
* patch 8.1.1726: the eval.txt help file is too bigv8.1.1726Bram Moolenaar2019-07-211-1/+197
| | | | | | 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.
* Update runtime filesBram Moolenaar2019-06-221-2/+2
|
* Update runtime files.Bram Moolenaar2019-05-261-2/+7
|
* Update runtime filesBram Moolenaar2019-05-091-4/+4
|
* patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280Bram Moolenaar2019-05-051-1/+0
| | | | | | | | 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.
* patch 8.1.1276: cannot combine text properties with syntax highlightingv8.1.1276Bram Moolenaar2019-05-051-1/+5
| | | | | Problem: Cannot combine text properties with syntax highlighting. Solution: Add the "combine" field to prop_type_add(). (closes #4343)
* Update runtime files.Bram Moolenaar2019-01-171-1/+22
|
* Update runtime filesBram Moolenaar2019-01-011-2/+5
|
* Update runtime files.Bram Moolenaar2018-12-271-3/+3
|
* Update runtime files.Bram Moolenaar2018-12-181-4/+4
|
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-131-0/+114
Problem: Cannot attach properties to text. Solution: First part of adding text properties.