0
0
mirror of https://github.com/vim/vim.git synced 2025-08-25 19:53:53 -04:00

runtime(doc): update todo list

It is now possible to use omni-completion by adding the "o" flag to
'complete'

fixes: #17393

Co-authored-by: Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2025-05-30 17:38:30 +02:00
parent a4a3f712e2
commit a54baccdd5
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -1,4 +1,4 @@
*todo.txt* For Vim version 9.1. Last change: 2025 May 26 *todo.txt* For Vim version 9.1. Last change: 2025 May 30
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
@ -4702,8 +4702,6 @@ Autocommands:
Omni completion: Omni completion:
- Add a flag to 'complete' to be able to do omni completion with CTRL-N (and
mix it with other kinds of completion).
- Ideas from the Vim 7 BOF at SANE: - Ideas from the Vim 7 BOF at SANE:
- For interpreted languages, use the interpreter to obtain information. - For interpreted languages, use the interpreter to obtain information.
Should work for Java (Eclipse does this), Python, Tcl, etc. Should work for Java (Eclipse does this), Python, Tcl, etc.