summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
AgeCommit message (Collapse)Author
2024-03-03patch 9.1.0148: Vim9: can't call internal methods with objectsv9.1.0148Yegappan Lakshmanan
Problem: Vim9: can't call internal methods with objects Solution: Add support for empty(), len() and string() function calls for objects (Yegappan Lakshmanan) closes: #14129 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-02-01patch 9.1.0071: Need a diff() Vim script functionv9.1.0071Yegappan Lakshmanan
Problem: Need a diff() Vim script function Solution: Add the diff() Vim script function using the xdiff internal diff library, add support for "unified" and "indices" mode. (Yegappan Lakshmanan) fixes: #4241 closes: #12321 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-25patch 9.1.0059: No event triggered before creating a windowv9.1.0059Sergey Vlasov
Problem: No event is triggered before creating a window. (Sergey Vlasov) Solution: Add the WinNewPre event (Sergey Vlasov) fixes: #10635 closes: #12761 Signed-off-by: Sergey Vlasov <sergey@vlasov.me> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-14patch 9.1.0029: Cannot act on various terminal response codesv9.1.0029Danek Duvall
Problem: Cannot act on various terminal response codes Solution: Add the TerminalResponseAll autocommand (Danek Duvall) closes: #13829 Signed-off-by: Danek Duvall <duvall@comfychair.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-12patch 9.1.0020: Vim9: cannot compile all methods in a classv9.1.0020Yegappan Lakshmanan
Problem: Vim9: cannot compile all methods in a class Solution: Support compiling all the methods in a class using :defcompile (Yegappan Lakshmanan) closes: #13844 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.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-12-16patch 9.0.2170: Vim9: no support for const/final class/objects varsv9.0.2170Yegappan Lakshmanan
Problem: Vim9: no support for const/final class/objects vars Solution: Support final and const object and class variables closes: #13655 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-12-05runtime(doc): update todo items (#13631)Yegappan Lakshmanan
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-25patch 9.0.2064: cannot use buffer-number for errorformatv9.0.2064Yegappan Lakshmanan
Problem: cannot use buffer-number for errorformat Solution: add support for parsing a buffer number using '%b' in 'errorformat' closes: #13419 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
2023-09-24runtime(todo): Update Vim9 class items (#13148)Yegappan Lakshmanan
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-30patch 9.0.1823: Autoconf 2.69 too oldv9.0.1823Illia Bobyr
Problem: Autoconf 2.69 too old Solution: Migrate to Autoconf 2.71 Autoconf 2.69 is almost 10 years old. And 2.71 is also a few years old as well. Should be pretty well tested by now. It brings a lot of improvements and there seems to be an ongoing work on autoconf 2.72 already. This change just addresses two minor changes `autoupdate` suggested, and then `src/auto/configure` is regenerated by running cd src make AUTOCONF=autoconf2.71 autoconf closes: #12958 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Illia Bobyr <illia.bobyr@gmail.com>
2023-08-27patch 9.0.1804: Vim9: no support for private object methodsv9.0.1804Yegappan Lakshmanan
Problem: Vim9: no support for private object methods Solution: Add support for private object/class methods closes: #12920 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
2023-08-24runtime(todo): Update todo.txt to remove recently addressed issues (#12910)Yegappan Lakshmanan
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-11patch 9.0.1686: undotree() only works for the current bufferv9.0.1686Devin J. Pohly
Problem: undotree() only works for the current buffer Solution: Add an optional "buffer number" parameter to undotree(). If omitted, use the current buffer for backwards compatibility. closes: #4001 closes: #12292 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Devin J. Pohly <djpohly@gmail.com>
2023-06-10Update runtime filesBram Moolenaar
2023-05-14Update runtime filesBram Moolenaar
2023-04-22Update runtime filesBram Moolenaar
2023-02-27Update runtime filesBram Moolenaar
2023-02-20Update runtime files.Bram Moolenaar
2023-02-02Update runtime files.Bram Moolenaar
2023-01-09Update runtime filesBram Moolenaar
2022-12-31Update runtime filesBram Moolenaar
2022-12-11Update runtime filesBram Moolenaar
2022-12-06Update runtime filesBram Moolenaar
2022-11-23Update runtime filesBram Moolenaar
2022-11-18Update runtime filesBram Moolenaar
2022-11-09Update runtime filesBram Moolenaar
2022-10-28Update runtime filesBram Moolenaar
2022-10-16Update runtime filesBram Moolenaar
2022-10-03Update runtime filesBram Moolenaar
2022-09-27Update runtime filesBram Moolenaar
2022-09-18Update runtime filesBram Moolenaar
2022-09-10Update runtime filesBram Moolenaar
2022-09-04Update runtime filesBram Moolenaar
2022-08-30Update runtime filesBram Moolenaar
2022-08-26Update runtime filesBram Moolenaar
2022-08-24Update runtime filesBram Moolenaar
2022-08-19Update runtime filesBram Moolenaar
2022-08-15Update runtime filesBram Moolenaar
2022-08-08Update runtime filesBram Moolenaar
2022-08-01Update runtime filesBram Moolenaar
2022-07-29Update runtime filesBram Moolenaar
2022-07-25Update runtime filesBram Moolenaar
2022-07-07Runtime files updateBram Moolenaar
2022-07-06Update runtime filesBram Moolenaar
2022-07-01Update 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-27Update runtime filesBram Moolenaar
2022-06-26Update runtime filesBram Moolenaar
2022-06-25Update runtime filesBram Moolenaar