comparison runtime/doc/todo.txt @ 28956:3e6e6b4e74eb v8.2.5000

patch 8.2.5000: no patch for documentation updates Commit: https://github.com/vim/vim/commit/835ee980eedd1aa0fa2d731312ce38697a12a897 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 22 14:50:16 2022 +0100 patch 8.2.5000: no patch for documentation updates Problem: No patch for documentation updates. Solution: Update documentation files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 May 2022 16:00:02 +0200
parents 57c9377b9c62
children f8e9d5023bf6
comparison
equal deleted inserted replaced
28955:af4548691d70 28956:3e6e6b4e74eb
1 *todo.txt* For Vim version 8.2. Last change: 2022 May 21 1 *todo.txt* For Vim version 8.2. Last change: 2022 May 22
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 Make :defcompile accept a function argument, like :disassemble 41 Prepare for Vim 9.0 release:
42 Useful for global functions.
43
44 Once Vim9 is stable:
45 - Use Vim9 for more runtime files. 42 - Use Vim9 for more runtime files.
46 - Check code coverage, add more tests if needed. 43 - Check Vim9 code coverage, add more tests if needed.
47 vim9instr.c 44 vim9instr.c
48 vim9script.c 45 vim9script.c
49 vim9type.c 46 vim9type.c
50 - Inlude new set of colors: #9795
51 - Adjust intro message to say "help version9". 47 - Adjust intro message to say "help version9".
52
53 Graduate FEAT_CINDENT and FEAT_SMARTINDENT ?
54 48
55 Update the user manual: 49 Update the user manual:
56 - Update usr_41.txt for Vim9 script 50 - Update usr_41.txt for Vim9 script
57 - Fill usr_50.txt as an "advanced section" of usr_41.txt 51 - Fill usr_50.txt as an "advanced section" of usr_41.txt
58 Add links from usr_41 to usr_50. 52 Add links from usr_41 to usr_50.