1
- *tagsrch.txt* For Vim version 9.1. Last change: 2025 Apr 30
1
+ *tagsrch.txt* For Vim version 9.1. Last change: 2025 May 01
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -526,7 +526,7 @@ directory where the tag file is.
526
526
==============================================================================
527
527
5. Tags file format *tags-file-format* *E431*
528
528
529
- *ctags* *jtags*
529
+ *ctags*
530
530
A tags file can be created with an external command, for example "ctags". It
531
531
will contain a tag for each function. Some versions of "ctags" will also make
532
532
a tag for each "#defined" macro, typedefs, enums, etc.
@@ -542,13 +542,11 @@ exuberant ctags This is a very good one. It works for C, C++, Java,
542
542
many items. See http://ctags.sourceforge.net .
543
543
No new version since 2009.
544
544
etags Connected to Emacs. Supports many languages.
545
- JTags For Java, in Java. It can be found at
546
- http://www.fleiner.com/jtags/ .
545
+ | :helptags | For Vim's | help | files
547
546
ptags.py For Python, in Python. Found in your Python source
548
547
directory at Tools/scripts/ptags.py.
549
- ptags For Perl, in Perl. It can be found at (link seems
550
- dead):
551
- http://www.eleves.ens.fr:8080/home/nthiery/Tags/ .
548
+ ptags For Perl, in Perl. It can be found at
549
+ https://metacpan.org/pod/Vim::Tag
552
550
gnatxref For Ada. See http://www.gnuada.org/ . gnatxref is
553
551
part of the gnat package.
554
552
0 commit comments