Skip to content

Commit d284277

Browse files
dkearnschrisbra
authored andcommitted
runtime(doc): Remove :runtime completion (#11447) todo item
This was fixed in commit a675938. closes: #18769 Signed-off-by: Doug Kearns <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 6437997 commit d284277

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

runtime/doc/tags

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6739,7 +6739,7 @@ compile-changes-7 version7.txt /*compile-changes-7*
67396739
compile-changes-8 version8.txt /*compile-changes-8*
67406740
compile-changes-9 version9.txt /*compile-changes-9*
67416741
compile-changes-9.2 version9.txt /*compile-changes-9.2*
6742-
compiler-biome quickfix.txt /*compiler-biome*
6742+
compiler-biome quickfix.txt /*compiler-biome*
67436743
compiler-compaqada ft_ada.txt /*compiler-compaqada*
67446744
compiler-cppcheck quickfix.txt /*compiler-cppcheck*
67456745
compiler-decada ft_ada.txt /*compiler-decada*
@@ -9932,8 +9932,8 @@ quake.vim syntax.txt /*quake.vim*
99329932
quickfix quickfix.txt /*quickfix*
99339933
quickfix-6 version6.txt /*quickfix-6*
99349934
quickfix-ID quickfix.txt /*quickfix-ID*
9935-
quickfix-buffer quickfix.txt /*quickfix-buffer*
99369935
quickfix-biome quickfix.txt /*quickfix-biome*
9936+
quickfix-buffer quickfix.txt /*quickfix-buffer*
99379937
quickfix-changedtick quickfix.txt /*quickfix-changedtick*
99389938
quickfix-context quickfix.txt /*quickfix-context*
99399939
quickfix-cppcheck quickfix.txt /*quickfix-cppcheck*

runtime/doc/todo.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*todo.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*todo.txt* For Vim version 9.1. Last change: 2025 Nov 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -538,9 +538,6 @@ when redirecting to a local variable (function or script) storing the value
538538
won't work. At least give an error. Is there a way to make it work?
539539
#10616
540540

541-
Completion for ":runtime" should show valid values, not what's in the current
542-
directory. (#11447)
543-
544541
Add a "description" property to mappings. #12205
545542

546543
Add an option to start_timer() to return from the input loop with K_IGNORE.

0 commit comments

Comments
 (0)