]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): remove resolved complete item from todo list
authorglepnir <glephunter@gmail.com>
Fri, 21 Feb 2025 18:52:13 +0000 (19:52 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 21 Feb 2025 18:52:13 +0000 (19:52 +0100)
closes: #16690

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/todo.txt

index 5338b8b0a16055994873f949460a27982eacb0d4..9bdcfe0e3ed1e76ba370360efe68262dcb8086ac 100644 (file)
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 9.1.  Last change: 2025 Feb 02
+*todo.txt*      For Vim version 9.1.  Last change: 2025 Feb 21
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -4736,8 +4736,6 @@ Omni completion:
 Insert mode completion/expansion:
 -   Is it possible to keep the complete menu open when calling complete()?
     (Prabir Shrestha, 2017 May 19, #1713)
--   When 'completeopt' has "noselect" does not insert a newline.
-    (Lifepillar, 2017 Apr 23, #1653)
 -   When complete() first argument is before where insert started and
     'backspace' is Vi compatible, the completion fails.
     (Hirohito Higashi, 2015 Feb 19)