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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -526,7 +526,7 @@ directory where the tag file is.
526526==============================================================================
5275275. Tags file format *tags-file-format* *E431*
528528
529- *ctags* *jtags*
529+ *ctags*
530530A tags file can be created with an external command, for example "ctags". It
531531will contain a tag for each function. Some versions of "ctags" will also make
532532a 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,
542542 many items. See http://ctags.sourceforge.net .
543543 No new version since 2009.
544544etags 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
547546ptags.py For Python, in Python. Found in your Python source
548547 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
552550gnatxref For Ada. See http://www.gnuada.org/ . gnatxref is
553551 part of the gnat package.
554552
0 commit comments