Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update runtime files | Bram Moolenaar | 2023-05-14 | 1 | -3/+3 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2023-02-20 | 1 | -5/+5 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2023-02-02 | 1 | -3/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-12-31 | 1 | -5/+11 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-11-23 | 1 | -2/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-10-16 | 1 | -1/+4 |
| | |||||
* | patch 9.0.0741: cannot specify an ID for each item with prop_add_list()v9.0.0741 | Bram Moolenaar | 2022-10-13 | 1 | -7/+13 |
| | | | | | | 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) | ||||
* | Update runtime files | Bram Moolenaar | 2022-09-27 | 1 | -16/+23 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-09-18 | 1 | -3/+5 |
| | |||||
* | patch 9.0.0438: cannot put virtual text above a linev9.0.0438 | Bram Moolenaar | 2022-09-10 | 1 | -0/+1 |
| | | | | | Problem: Cannot put virtual text above a line. Solution: Add the "above" value for "text_align". | ||||
* | Update runtime files | Bram Moolenaar | 2022-08-24 | 1 | -2/+7 |
| | |||||
* | patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247 | Bram Moolenaar | 2022-08-23 | 1 | -4/+12 |
| | | | | | Problem: Cannot add padding to virtual text without highlight. Solution: Add the "text_padding_left" argument. (issue #10906) | ||||
* | Update runtime files | Bram Moolenaar | 2022-08-15 | 1 | -4/+9 |
| | |||||
* | patch 9.0.0144: text property cannot override 'cursorline' highlightv9.0.0144 | Bram Moolenaar | 2022-08-05 | 1 | -0/+2 |
| | | | | | | Problem: Text property cannot override 'cursorline' highlight. Solution: Add the "override" flag to prop_type_add(). (closes #5533, closes #8225). | ||||
* | patch 9.0.0131: virtual text with Tab is not displayed correctlyv9.0.0131 | Bram Moolenaar | 2022-08-01 | 1 | -0/+2 |
| | | | | | Problem: Virtual text with Tab is not displayed correctly. Solution: Change any Tab to a space. | ||||
* | patch 9.0.0121: cannot put virtual text after or below a linev9.0.0121 | Bram Moolenaar | 2022-07-31 | 1 | -5/+27 |
| | | | | | Problem: Cannot put virtual text after or below a line. Solution: Add "text_align" and "text_wrap" arguments. | ||||
* | Update runtime files | Bram Moolenaar | 2022-07-29 | 1 | -1/+2 |
| | |||||
* | patch 9.0.0067: cannot show virtual textv9.0.0067 | Bram Moolenaar | 2022-07-25 | 1 | -1/+19 |
| | | | | | Problem: Cannot show virtual text. Solution: Initial changes for virtual text support, using text properties. | ||||
* | release version 9.0v9.0.0000 | Bram Moolenaar | 2022-06-28 | 1 | -1/+1 |
| | | | | | Problem: About time to release Vim 9.0. Solution: Update the version number everywhere. | ||||
* | patch 8.2.3652: can only get text properties one line at a timev8.2.3652 | Yegappan Lakshmanan | 2021-11-23 | 1 | -5/+41 |
| | | | | | | 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) | ||||
* | patch 8.2.3446: not enough tests for empty string argumentsv8.2.3446 | Yegappan Lakshmanan | 2021-09-17 | 1 | -1/+1 |
| | | | | | Problem: Not enough tests for empty string arguments. Solution: Add tests, fix type check. (Yegappan Lakshmanan, closes #8881) | ||||
* | Update runtime files | Bram Moolenaar | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | patch 8.2.3356: adding many text properties requires a lot of function callsv8.2.3356 | Yegappan Lakshmanan | 2021-08-16 | 1 | -0/+32 |
| | | | | | | Problem: Adding many text properties requires a lot of function calls. Solution: Add the prop_add_list() function. (Yegappan Lakshmanan, closes #8751) | ||||
* | patch 8.2.3233: prop_list() and prop_find() do not indicate the bufferv8.2.3233 | Martin Tournoij | 2021-07-28 | 1 | -0/+2 |
| | | | | | | Problem: prop_list() and prop_find() do not indicate the buffer for the used type. Solution: Add "type_bufnr" to the results. (closes #8647) | ||||
* | Update runtime files | Bram Moolenaar | 2021-05-30 | 1 | -3/+4 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2021-03-31 | 1 | -3/+3 |
| | |||||
* | patch 8.2.2667: prop_find() cannot find item matching both id and typev8.2.2667 | Bram Moolenaar | 2021-03-27 | 1 | -0/+2 |
| | | | | | Problem: prop_find() cannot find item matching both id and type. Solution: Add the "both" argument. (Naohiro Ono, closes #8019) | ||||
* | Update runtime files. | Bram Moolenaar | 2020-10-26 | 1 | -3/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2020-05-01 | 1 | -3/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2020-03-14 | 1 | -3/+3 |
| | |||||
* | patch 8.2.0357: cannot delete a text property matching both id and typev8.2.0357 | Bram Moolenaar | 2020-03-05 | 1 | -0/+1 |
| | | | | | | Problem: Cannot delete a text property matching both id and type. (Axel Forsman) Solution: Add the "both" argument. | ||||
* | Update runtime files. | Bram Moolenaar | 2020-02-26 | 1 | -4/+6 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2020-01-14 | 1 | -1/+1 |
| | |||||
* | patch 8.2.0110: prop_find() is not implementedv8.2.0110 | Bram Moolenaar | 2020-01-10 | 1 | -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.0 | Bram Moolenaar | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Runtime file updates. | Bram Moolenaar | 2019-12-07 | 1 | -2/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-11-13 | 1 | -3/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-11-10 | 1 | -2/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-10-26 | 1 | -8/+7 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-09-07 | 1 | -1/+1 |
| | |||||
* | patch 8.1.1986: more functions can be used as methodsv8.1.1986 | Bram Moolenaar | 2019-09-04 | 1 | -2/+21 |
| | | | | | Problem: More functions can be used as methods. Solution: Make textprop functions usable as a method. | ||||
* | Runtime files update. | Bram Moolenaar | 2019-08-31 | 1 | -3/+3 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | patch 8.1.1844: buffer no longer unloaded when adding text propertiesv8.1.1844 | Bram Moolenaar | 2019-08-13 | 1 | -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.1726 | Bram Moolenaar | 2019-07-21 | 1 | -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 files | Bram Moolenaar | 2019-06-22 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-05-26 | 1 | -2/+7 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-05-09 | 1 | -4/+4 |
| | |||||
* | patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280 | Bram Moolenaar | 2019-05-05 | 1 | -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. |