comparison runtime/doc/todo.txt @ 29193:1e9e9d89f0ee

Update runtime files Commit: https://github.com/vim/vim/commit/d592deb336523a5448779ee3d4bba80334cff1f7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 17 15:42:40 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jun 2022 16:45:04 +0200
parents d1fe80fb35e6
children 0eef32b4ebbc
comparison
equal deleted inserted replaced
29192:e4488cf0eff9 29193:1e9e9d89f0ee
1 *todo.txt* For Vim version 8.2. Last change: 2022 Jun 14 1 *todo.txt* For Vim version 8.2. Last change: 2022 Jun 17
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
36 browser use: https://github.com/vim/vim/issues/1234 36 browser use: https://github.com/vim/vim/issues/1234
37 (replace 1234 with the issue/pull number) 37 (replace 1234 with the issue/pull number)
38 *known-bugs* 38 *known-bugs*
39 -------------------- Known bugs and current work ----------------------- 39 -------------------- Known bugs and current work -----------------------
40 40
41 retab test Test_retab_endless() disabled - why is interrupt not caught? 41 Searchpair() timeout using skip expression using synID() interferes with
42 42 syntax highlighting. #10562
43 searchpair() must call function to set timeout, not pass the time limit down 43 Add flag that timeout is set for 'redrawtime' and only then set b_syn_slow.
44 (and set it many times). #10562
45
46 Add test for --gui-dialog-file, check :confirm q with change buffer.
47 44
48 Prepare for Vim 9.0 release: 45 Prepare for Vim 9.0 release:
49 - Update the user manual: 46 - Update the user manual:
50 - Add more to usr_50.txt as an "advanced section" of usr_41.txt 47 - Add more to usr_50.txt as an "advanced section" of usr_41.txt
51 - Move some from vim9.txt to the user manual? Keep the specification. 48 - Move some from vim9.txt to the user manual? Keep the specification.
52 - Use Vim9 for more runtime files. 49 - Use Vim9 for more runtime files.
53 - Make popup-examples use Vim9 script Issue #10499
54 - Adjust intro message to say "help version9". 50 - Adjust intro message to say "help version9".
55 51
56 Further Vim9 improvements, possibly after launch: 52 Further Vim9 improvements, possibly after launch:
57 - Check performance with callgrind and kcachegrind. 53 - Check performance with callgrind and kcachegrind.
58 getline()/substitute()/setline() in #5632 54 getline()/substitute()/setline() in #5632