summaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2023-05-141-1/+1
|
* patch 9.0.1485: no functions for converting from/to UTF-16 indexv9.0.1485Christian Brabandt2023-04-241-0/+27
| | | | | | Problem: no functions for converting from/to UTF-16 index. Solution: Add UTF-16 flag to existing funtions and add strutf16len() and utf16idx(). (Yegappan Lakshmanan, closes #12216)
* Update runtime filesBram Moolenaar2023-04-221-23/+15
|
* Update runtime filesBram Moolenaar2023-02-271-5/+5
|
* Update runtime files.Bram Moolenaar2023-02-201-2/+2
|
* Update runtime files.Bram Moolenaar2023-02-021-1/+1
|
* patch 9.0.1188: return value of type() for class and object unclearv9.0.1188Bram Moolenaar2023-01-121-0/+4
| | | | | Problem: Return value of type() for class and object unclear. Solution: Add v:t_object and v:t_class.
* Update runtime filesBram Moolenaar2023-01-091-1/+3
|
* Update runtime filesBram Moolenaar2022-12-111-4/+5
|
* Update runtime filesBram Moolenaar2022-12-061-2/+7
|
* Update runtime filesBram Moolenaar2022-11-231-3/+3
|
* Update runtime filesBram Moolenaar2022-11-181-1/+5
|
* Update runtime filesBram Moolenaar2022-11-091-2/+2
|
* patch 9.0.0727: help in the repository differs from patched version too muchv9.0.0727Bram Moolenaar2022-10-111-1/+1
| | | | | Problem: Help in the repository differs from patched version too much. Solution: Make a patch for a few help files.
* patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar2022-10-071-1/+4
| | | | | | Problem: Cannot specify a time for :echowindow. Solution: A count can be used to specify the display time. Add popup_findecho().
* Update runtime filesBram Moolenaar2022-09-181-1/+1
|
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-2/+0
| | | | | Problem: No good reason to build without the float feature. Solution: Remove configure check for float and "#ifdef FEAT_FLOAT".
* Update runtime filesBram Moolenaar2022-09-101-2/+6
|
* Update runtime filesBram Moolenaar2022-09-041-496/+5
|
* patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370Bram Moolenaar2022-09-031-0/+56
| | | | | Problem: Cleaning up afterwards can make a function messy. Solution: Add the :defer command.
* Update runtime filesBram Moolenaar2022-08-301-1/+6
|
* patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar2022-08-291-0/+10
| | | | | Problem: Cannot use the message popup window directly. Solution: Add ":echowindow".
* Update runtime filesBram Moolenaar2022-08-151-0/+1
|
* Update runtime filesBram Moolenaar2022-08-011-1/+1
|
* Update runtime filesBram Moolenaar2022-07-291-3/+3
|
* patch 9.0.0092: plugins cannot change v:completed_itemv9.0.0092Shougo Matsushita2022-07-271-0/+2
| | | | | | Problem: Plugins cannot change v:completed_item. Solution: Make v:completed_item writeable. (Shougo Matsushita, closes #10801)
* release version 9.0v9.0.0000Bram Moolenaar2022-06-281-1/+1
| | | | | Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
* Update runtime filesBram Moolenaar2022-06-261-3/+3
|
* Update runtime filesBram Moolenaar2022-06-201-2/+2
|
* Update runtime filesBram Moolenaar2022-06-171-2/+2
|
* Update runtime filesBram Moolenaar2022-06-031-6/+11
|
* patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004Bram Moolenaar2022-05-221-3/+8
| | | | | Problem: Right shift on negative number does not work as documented. Solution: Use a uvarnumber_T type cast.
* patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan2022-05-221-65/+80
| | | | | Problem: Cannot do bitwise shifts. Solution: Add the >> and << operators. (Yegappan Lakshmanan, closes #8457)
* Update runtime files, new color schemesBram Moolenaar2022-05-141-3/+3
|
* Update runtime files and translationsBram Moolenaar2022-05-121-6/+14
|
* Update runtime filesBram Moolenaar2022-05-071-14/+15
|
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-061-0/+19
| | | | | | Problem: String interpolation only works in heredoc. Solution: Support interpolated strings. Use syntax for heredoc consistent with strings, similar to C#. (closes #10327)
* patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan2022-04-211-2/+0
| | | | | | Problem: Expression in heredoc doesn't work for compiled function. Solution: Implement compiling the heredoc expressions. (Yegappan Lakshmanan, closes #10232)
* Update runtime filesBram Moolenaar2022-04-181-2/+2
|
* patch 8.2.4770: cannot easily mix expression and heredocv8.2.4770Yegappan Lakshmanan2022-04-171-3/+28
| | | | | Problem: Cannot easily mix expression and heredoc. Solution: Support in heredoc. (Yegappan Lakshmanan, closes #10138)
* patch 8.2.4727: unused codev8.2.4727Dominique Pelle2022-04-101-1/+1
| | | | | Problem: Unused code. Solution: Remove code and add #ifdefs. (Dominique Pellé, closes #10136)
* Update runtime filesBram Moolenaar2022-04-081-3/+3
|
* Update runtime filesBram Moolenaar2022-03-081-83/+118
|
* Update runtime files.Bram Moolenaar2022-02-261-30/+32
|
* Update runtime filesBram Moolenaar2022-02-201-5/+7
|
* patch 8.2.4343: when reloading not all properties are detectedv8.2.4343Rob Pilling2022-02-111-0/+5
| | | | | Problem: When reloading not all properties are detected. Solution: Add the "edit" value to v:fcs_choice. (Rob Pilling, closes #9579)
* Update runtime files.Bram Moolenaar2022-02-041-12/+19
|
* Update runtime filesBram Moolenaar2022-01-291-16/+23
|
* Update runtime filesBram Moolenaar2022-01-231-20/+40
|
* Update runtime filesBram Moolenaar2022-01-081-16/+17
|