Hi,
A few minor updates to the help text is below.
The Exuberant Ctags is no longer maintained (the last release
was in 2009). A maintained version of this is Universal Ctags.
I have updated the tagsrch.txt file to include this.
Also, it will be useful to include a tag for 'random' to the rand()
function.
- Yegappan
==================================================
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/.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/CAAW7x7%3D58A80bgAGKwmL3DaWwggKosyidJL6xoUbnnjnQOh9bA%40mail.gmail.com.