comparison runtime/doc/todo.txt @ 26050:ebedba7a4898

Update runtime files Commit: https://github.com/vim/vim/commit/079ba76ae7a7d0ef404cb9b41dff2663ff41f51b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 23 12:08:41 2021 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Oct 2021 13:15:06 +0200
parents 3b34837f4538
children babd9f1dbe12
comparison
equal deleted inserted replaced
26049:1663e536d900 26050:ebedba7a4898
1 *todo.txt* For Vim version 8.2. Last change: 2021 Oct 15 1 *todo.txt* For Vim version 8.2. Last change: 2021 Oct 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
35 The #1234 numbers refer to an issue or pull request on github. To see it in a 35 The #1234 numbers refer to an issue or pull request on github. To see it in a
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
41 Remove s:flaky_tests from runtest.vim, set g:test_is_flaky in each test.
42 40
43 Vim9 - Make everything work: 41 Vim9 - Make everything work:
44 - "filter #pat# ls" should work, #pat# is not a comment 42 - "filter #pat# ls" should work, #pat# is not a comment
45 vim9script 43 vim9script
46 edit foobar 44 edit foobar