summaryrefslogtreecommitdiffstats
path: root/runtime/doc/tags
diff options
context:
space:
mode:
authordkearns <dougkearns@gmail.com>2023-11-11 19:33:43 +1100
committerGitHub <noreply@github.com>2023-11-11 09:33:43 +0100
commit521fb7e1435b05eeb90a33531d6fc215e986fe5e (patch)
tree55396aa008b6102a6585d4eadadfa1d4fa6c5dc8 /runtime/doc/tags
parentf1952d9fa8ef15cd0689f766f070df3eb7830a22 (diff)
runtime(doc): Add missing null_<type> help tags (#13498)
Problem: Not all null_<type> values have a help tag Solution: Add missing help tags Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/tags')
-rw-r--r--runtime/doc/tags2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/tags b/runtime/doc/tags
index 15193fdb76..f49061aa21 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -9063,10 +9063,12 @@ null vim9.txt /*null*
null-variable eval.txt /*null-variable*
null_blob vim9.txt /*null_blob*
null_channel vim9.txt /*null_channel*
+null_class vim9.txt /*null_class*
null_dict vim9.txt /*null_dict*
null_function vim9.txt /*null_function*
null_job vim9.txt /*null_job*
null_list vim9.txt /*null_list*
+null_object vim9.txt /*null_object*
null_partial vim9.txt /*null_partial*
null_string vim9.txt /*null_string*
number_relativenumber options.txt /*number_relativenumber*