summaryrefslogtreecommitdiffstats
path: root/runtime/doc/repeat.txt
AgeCommit message (Collapse)Author
2024-06-20patch 9.1.0509: not possible to translate Vim script messagesv9.1.0509Christ van Willegen
Problem: not possible to translate Vim script messages (RestorerZ) Solution: implement bindtextdomain() and gettext() to support Vim script message translations (Christ van Willegen) fixes: #11637 closes: #12447 Signed-off-by: Christ van Willegen <cvwillegen@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-02patch 9.1.0000: Vim 9.1 releasev9.1.0000v9.1.0Christian Brabandt
Problem: Need a new release Solution: Release Vim 9.1 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-02runtime(doc): fix typos.h_east
* Fix typo in document (Related: #12516) * Fix E1363 duplication * Fix one more typo. Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-06-10Update runtime filesBram Moolenaar
2023-05-14Update runtime filesBram Moolenaar
2023-04-22Update runtime filesBram Moolenaar
2023-03-16patch 9.0.1411: accuracy of profiling is not optimalv9.0.1411Ernie Rael
Problem: Accuracy of profiling is not optimal. Solution: Use CLOCK_MONOTONIC if possible. (Ernie Rael, closes #12129)
2023-02-27Update runtime filesBram Moolenaar
2023-02-20Update runtime files.Bram Moolenaar
2022-10-16Update runtime filesBram Moolenaar
2022-09-27Update runtime filesBram Moolenaar
2022-08-24patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar
Problem: A symlink to an autoload script results in two entries in the list of scripts, items expected in one are actually in the other. Solution: Have one script item refer to the actually sourced one. (closes #10960)
2022-07-25Update runtime filesBram Moolenaar
2022-06-28release version 9.0v9.0.0000Bram Moolenaar
Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
2022-06-20Update runtime filesBram Moolenaar
2022-04-08Update runtime filesBram Moolenaar
2022-04-08patch 8.2.4712: only get profiling information after exitingv8.2.4712Yegappan Lakshmanan
Problem: Only get profiling information after exiting. Solution: Add "profile dump" and "profile stop". (Marco Hinz, Yegappan Lakshmanan, closes #10107)
2022-03-30Update runtime filesBram Moolenaar
2022-03-22patch 8.2.4607: sourcing buffer lines may lead to errors for conflictsv8.2.4607Yegappan Lakshmanan
Problem: Sourcing buffer lines may lead to errors for conflicts. Solution: Add the ++clear argument. (Yegappan Lakshmanan, closes #9991)
2022-03-21patch 8.2.4603: sourcing buffer lines is too complicatedv8.2.4603Yegappan Lakshmanan
Problem: Sourcing buffer lines is too complicated. Solution: Simplify the code. Make it possible to source Vim9 script lines. (Yegappan Lakshmanan, closes #9974)
2022-03-19patch 8.2.4594: need to write script to a file to be able to source themv8.2.4594Yegappan Lakshmanan
Problem: Need to write script to a file to be able to source them. Solution: Make ":source" use lines from the current buffer. (Yegappan Lakshmanan et al., closes #9967)
2022-01-23Update runtime filesBram Moolenaar
2022-01-18patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not usefulv8.2.4136Bram Moolenaar
Problem: Vim9: the "autoload" argument of ":vim9script" is not useful. Solution: Remove the argument. (closes #9555)
2022-01-18patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload scriptv8.2.4135Bram Moolenaar
Problem: Vim9: ":scriptnames" shows unloaded imported autoload script. Solution: Mark the unloaded script with "A". (closes #9552)
2022-01-16Update runtime filesBram Moolenaar
2022-01-09patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar
Problem: Vim9: need to prefix every item in an autoload script. Solution: First step in supporting "vim9script autoload" and "import autoload".
2021-12-27Update runtime filesBram Moolenaar
2021-11-27Update runtime files.Bram Moolenaar
2021-09-09Update runtime filesBram Moolenaar
2021-07-07Update runtime filesBram Moolenaar
2021-06-27Update runtime filesBram Moolenaar
2021-06-13Update runtime filesBram Moolenaar
2021-05-16Update runtime filesBram Moolenaar
2021-03-13Update runtime files.Bram Moolenaar
2021-02-27Update runtime files.Bram Moolenaar
2021-02-14patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511Bram Moolenaar
Problem: Vim9: cannot use Vim9 script syntax in some places. Solution: Add the :vim9cmd command modifier. Incompatible: Makes ":vim9" mean ":vim9cmd" instead of ":vim9script".
2021-01-24patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400Bram Moolenaar
Problem: Vim9: compiled functions are not profiled. Solution: Add initial changes to profile compiled functions. Fix that a script-local function was hard to debug.
2021-01-02Update runtime files.Bram Moolenaar
2020-10-11Update runtime files.Bram Moolenaar
2020-08-15Update runtime files.Bram Moolenaar
2020-07-26Update runtime files.Bram Moolenaar
2020-06-17patch 8.2.0997: cannot execute a register containing line continuationv8.2.0997Bram Moolenaar
Problem: Cannot execute a register containing line continuation. Solution: Concatenate lines where needed. (Yegappan Lakshmanan, closes #6272)
2020-05-26Update runtime filesBram Moolenaar
2020-05-01Update runtime filesBram Moolenaar
2019-12-26Update runtime files.Bram Moolenaar
2019-12-17patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017Bram Moolenaar
Problem: OS/2 and MS-DOS are still mentioned, even though support was removed long ago. Solution: Update documentation. (Yegappan Lakshmanan, closes #5368)
2019-12-12Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar
2019-12-07Runtime file updates.Bram Moolenaar
2019-09-20Updte runtime filesBram Moolenaar
2019-06-22Update runtime filesBram Moolenaar