]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Remove :runtime completion (#11447) todo item
authorDoug Kearns <dougkearns@gmail.com>
Tue, 18 Nov 2025 19:44:16 +0000 (19:44 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 18 Nov 2025 19:44:16 +0000 (19:44 +0000)
This was fixed in commit a6759381a590b2d395e05b109ca9ccfc356be5a8.

closes: #18769

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/tags
runtime/doc/todo.txt

index 4aad80ca1a50e768a9b810e80151701a6969c174..64b548a8662cd573d7fac3a7b5778af026927512 100644 (file)
@@ -6739,7 +6739,7 @@ compile-changes-7 version7.txt    /*compile-changes-7*
 compile-changes-8      version8.txt    /*compile-changes-8*
 compile-changes-9      version9.txt    /*compile-changes-9*
 compile-changes-9.2    version9.txt    /*compile-changes-9.2*
-compiler-biome         quickfix.txt    /*compiler-biome*
+compiler-biome quickfix.txt    /*compiler-biome*
 compiler-compaqada     ft_ada.txt      /*compiler-compaqada*
 compiler-cppcheck      quickfix.txt    /*compiler-cppcheck*
 compiler-decada        ft_ada.txt      /*compiler-decada*
@@ -9932,8 +9932,8 @@ quake.vim syntax.txt      /*quake.vim*
 quickfix       quickfix.txt    /*quickfix*
 quickfix-6     version6.txt    /*quickfix-6*
 quickfix-ID    quickfix.txt    /*quickfix-ID*
-quickfix-buffer        quickfix.txt    /*quickfix-buffer*
 quickfix-biome quickfix.txt    /*quickfix-biome*
+quickfix-buffer        quickfix.txt    /*quickfix-buffer*
 quickfix-changedtick   quickfix.txt    /*quickfix-changedtick*
 quickfix-context       quickfix.txt    /*quickfix-context*
 quickfix-cppcheck      quickfix.txt    /*quickfix-cppcheck*
index 6d9c234b8f9b61e7e117681896d2ac4cdddd3c8b..5b4e49a4b2fcbad806d4ee2e30519432536c8eed 100644 (file)
@@ -1,4 +1,4 @@
-*todo.txt*     For Vim version 9.1.  Last change: 2025 Nov 09
+*todo.txt*     For Vim version 9.1.  Last change: 2025 Nov 18
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -538,9 +538,6 @@ when redirecting to a local variable (function or script) storing the value
 won't work.  At least give an error.  Is there a way to make it work?
 #10616
 
-Completion for ":runtime" should show valid values, not what's in the current
-directory. (#11447)
-
 Add a "description" property to mappings.  #12205
 
 Add an option to start_timer() to return from the input loop with K_IGNORE.