diff runtime/doc/todo.txt @ 26847:eafb9fd4ec32

Update runtime files Commit: https://github.com/vim/vim/commit/04fb916684829f6aa12f33f14d0d0023b458f200 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 30 20:24:12 2021 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Dec 2021 13:30:06 +0100
parents edb7d53fc7e3
children 3e661b0cf500
line wrap: on
line diff
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 8.2.  Last change: 2021 Dec 27
+*todo.txt*      For Vim version 8.2.  Last change: 2021 Dec 30
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -41,11 +41,8 @@ browser use: https://github.com/vim/vim/
 Once Vim9 is stable:
 - Add the "vim9script" feature, can use has('vim9script')
     Remove TODO in vim9.txt
-- Change the help to prefer Vim9 syntax where appropriate
-- In the generic eval docs, point out the Vim9 syntax where it differs.
 - Add all the error numbers in a good place in documentation.
 - Use Vim9 for runtime files.
-    PR #7497 for autoload/ccomplete.vim
 
 Further Vim9 improvements, possibly after launch:
 - Check performance with callgrind and kcachegrind.