comparison runtime/doc/todo.txt @ 27804:8fc68ce4a097

Update runtime files Commit: https://github.com/vim/vim/commit/944697ae19683441981539cd4d2469df89d6ec82 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 20 19:48:20 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Feb 2022 21:00:04 +0100
parents 9fe2fed9bb4b
children c968191a8557
comparison
equal deleted inserted replaced
27803:9824bd8b05df 27804:8fc68ce4a097
1 *todo.txt* For Vim version 8.2. Last change: 2022 Feb 11 1 *todo.txt* For Vim version 8.2. Last change: 2022 Feb 16
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 Disallow using "s:" in Vim9 script at the script level.
42 Disallow a legacy function creating an s: variable in Vim9 script.
43
44 Once Vim9 is stable: 41 Once Vim9 is stable:
45 - Use Vim9 for runtime files. 42 - Use Vim9 for runtime files.
46 - Check code coverage, add more tests if needed. 43 - Check code coverage, add more tests if needed.
47 vim9compile.c
48 vim9execute.c 44 vim9execute.c
49 vim9expr.c 45 vim9expr.c
50 vim9instr.c 46 vim9instr.c
51 vim9script.c 47 vim9script.c
52 vim9type.c 48 vim9type.c
418 manager. Problem with Motif? 414 manager. Problem with Motif?
419 415
420 When editing a file with ":edit" the output of :swapname is relative, while 416 When editing a file with ":edit" the output of :swapname is relative, while
421 editing it with "vim file" it is absolute. (#355) 417 editing it with "vim file" it is absolute. (#355)
422 Which one should it be? 418 Which one should it be?
423
424 :map output does not clear the reset of the command line.
425 (#5623, also see #5962)
426 419
427 Problem with auto-formatting - inserting space and putting cursor before added 420 Problem with auto-formatting - inserting space and putting cursor before added
428 character. (#6154) 421 character. (#6154)
429 422
430 undo result wrong: Masato Nishihata, #4798 423 undo result wrong: Masato Nishihata, #4798