1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-04-01 15:36:44 +02:00

runtime(doc): remove completed TODO

Completed in commit: c81dfaa69c
(Patch 9.0.1621)

closes: 

Signed-off-by: Ben Scuron <bscuron19@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Ben Scuron 2024-09-29 09:42:24 +02:00 committed by Christian Brabandt
parent 1a2870b57a
commit 1678ca36c8
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: 2024 Jul 11
*todo.txt* For Vim version 9.1. Last change: 2024 Sep 29
VIM REFERENCE MANUAL by Bram Moolenaar
@ -38,9 +38,6 @@ browser use: https://github.com/vim/vim/issues/1234
*known-bugs*
-------------------- Known bugs and current work -----------------------
FILETYPE_FILE is defined to the same value in multiple places.
Only use the one in feature.h. Others too.
Mapping with modifier is not recognized after a partial mapping. Probably
because the typeahead was simplified when looking for a matching mapping.
Need to somehow undo the simplification. #12002