comparison runtime/doc/todo.txt @ 29274:d314efe6447a

Update runtime files Commit: https://github.com/vim/vim/commit/a57b553b432855667c9f26edfad95ccfdd24a6b7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 24 11:48:03 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Jun 2022 13:00:09 +0200
parents 0fdf36de4018
children 729a7c00fabc
comparison
equal deleted inserted replaced
29273:e29819856cf4 29274:d314efe6447a
38 *known-bugs* 38 *known-bugs*
39 -------------------- Known bugs and current work ----------------------- 39 -------------------- Known bugs and current work -----------------------
40 40
41 Prepare for the Vim 9.0 release: 41 Prepare for the Vim 9.0 release:
42 - Update version9.txt 42 - Update version9.txt
43 - Adjust intro message to say "help version9".
44 43
45 Further Vim9 improvements, possibly after launch: 44 Further Vim9 improvements, possibly after launch:
46 - Use Vim9 for more runtime files. 45 - Use Vim9 for more runtime files.
47 - Check performance with callgrind and kcachegrind. 46 - Check performance with callgrind and kcachegrind.
48 getline()/substitute()/setline() in #5632 47 getline()/substitute()/setline() in #5632
201 - When 'encoding' is not utf-8, or the job is using another encoding, setup 200 - When 'encoding' is not utf-8, or the job is using another encoding, setup
202 conversions. 201 conversions.
203 202
204 Patches considered for including: 203 Patches considered for including:
205 - use ngettext() in a few more places #10606 204 - use ngettext() in a few more places #10606
205 - move f_hasmapto() to map.c #10611
206 - allow for nesting of timeout, sketch in #10595
206 - Add "-n" option to xxd. #10599 207 - Add "-n" option to xxd. #10599
207 - Support %e and %k in 'errorformat'. #9624 208 - Support %e and %k in 'errorformat'. #9624
208 - Add support for "underdouble", "underdot" and "underdash". #9553 209 - Add support for "underdouble", "underdot" and "underdash". #9553
209 - Patch to implement the vimtutor with a plugin: #6414 210 - Patch to implement the vimtutor with a plugin: #6414
210 Was originally written by Felipe Morales. 211 Was originally written by Felipe Morales.