From 0b3c76502c54d1f9a9d03a4dd3affa17723f0b96 Mon Sep 17 00:00:00 2001 From: brianhuster Date: Fri, 2 May 2025 00:03:02 +0700 Subject: [PATCH] vim-patch:83cb817: runtime(doc): update example ctags program and links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - :helptags is also a tags generating program, it deserves mentioning - JTags seems too dead: its website has been sold, the source, binary can't be found anywhere. - update link of ptags closes: vim/vim#17233 https://github.com/vim/vim/commit/83cb8174c8fef6e27b2c9e810296edfba37a4b4d Co-authored-by: Phạm Bình An --- runtime/doc/tagsrch.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt index 373d331168..2dcd82d829 100644 --- a/runtime/doc/tagsrch.txt +++ b/runtime/doc/tagsrch.txt @@ -510,7 +510,7 @@ directory where the tag file is. ============================================================================== 5. Tags file format *tags-file-format* *E431* - *ctags* *jtags* + *ctags* A tags file can be created with an external command, for example "ctags". It will contain a tag for each function. Some versions of "ctags" will also make a tag for each "#defined" macro, typedefs, enums, etc. @@ -524,10 +524,11 @@ universal ctags A maintained version of ctags based on exuberant exuberant ctags Works for C, C++, Java, Fortran, Eiffel and others. See https://ctags.sourceforge.net. No new version since 2009. -JTags For Java, in Java. It can be found at - https://www.fleiner.com/jtags/. +|:helptags| For Vim's |help| files ptags.py For Python, in Python. Found in your Python source directory at Tools/scripts/ptags.py. +ptags For Perl, in Perl. It can be found at + https://metacpan.org/pod/Vim::Tag The lines in the tags file must have one of these two formats: