]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): remove buffer-local completeopt todo item
authorglepnir <glephunter@gmail.com>
Mon, 2 Dec 2024 19:03:27 +0000 (20:03 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 2 Dec 2024 19:04:14 +0000 (20:04 +0100)
has already implemented by @zeertzjq  on https://github.com/vim/vim/pull/14922

closes: #16152

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

index 2f186548282e8807f694f26b2ac9686b701aa005..e73d2f1fe2c994bb732949025843845990adf805 100644 (file)
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 9.1.  Last change: 2024 Oct 27
+*todo.txt*      For Vim version 9.1.  Last change: 2024 Dec 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -4749,7 +4749,6 @@ Insert mode completion/expansion:
     (Prabir Shrestha, 2017 May 19, #1713)
 -   When 'completeopt' has "noselect" does not insert a newline.
     (Lifepillar, 2017 Apr 23, #1653)
--   Can 'completeopt' be made buffer-local? (#5487)
 -   When complete() first argument is before where insert started and
     'backspace' is Vi compatible, the completion fails.
     (Hirohito Higashi, 2015 Feb 19)