A few minor updates to the help text is below.
was in 2009). A maintained version of this is Universal Ctags.
I have updated the tagsrch.txt file to include this.
function.
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 66033764c..6958ae793 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -7766,7 +7766,7 @@ range({expr} [, {max} [, {stride}]])
*range()*
GetExpr()->range()
<
-rand([{expr}]) *rand()*
+rand([{expr}]) *rand()* *random*
Return a pseudo-random Number generated with an xoshiro128**
algorithm using seed {expr}. The returned number is 32 bits,
also on 64 bits systems, for consistency.
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt
index 0b22deba1..e2cac9031 100644
--- a/runtime/doc/tagsrch.txt
+++ b/runtime/doc/tagsrch.txt
@@ -527,10 +527,13 @@ a tag for each "#defined" macro, typedefs, enums, etc.
Some programs that generate tags files:
ctags As found on most Unix systems. Only supports C. Only
does the basic work.
+universal ctags A maintained version of ctags based on exuberant
+ ctags. See
https://ctags.io.
*Exuberant_ctags*
exuberant ctags This is a very good one. It works for C, C++, Java,
Fortran, Eiffel and others. It can generate tags for
many items. See
http://ctags.sourceforge.net.
+ This is no longer maintained.
etags Connected to Emacs. Supports many languages.
JTags For Java, in Java. It can be found at
http://www.fleiner.com/jtags/.