Skip to content

Commit 083f622

Browse files
authored
Merge pull request #2065 from h-east/update-tagsrch
Update tagsrch.{txt,jax}
2 parents f9bbdee + c31c947 commit 083f622

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

doc/tagsrch.jax

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tagsrch.txt* For Vim バージョン 9.1. Last change: 2025 Apr 30
1+
*tagsrch.txt* For Vim バージョン 9.1. Last change: 2025 May 01
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -525,7 +525,7 @@ Emacs ではないタグファイルの行はどのような長さでもよい
525525
==============================================================================
526526
5. タグファイルの書式 *tags-file-format* *E431*
527527

528-
*ctags* *jtags*
528+
*ctags*
529529
tagsファイルは "ctags" のような外部コマンドによって生成される。それはそれぞれ
530530
の関数へのタグを含んでいる。"ctags" のあるバージョンでは "#defined" マクロや
531531
typedef、enumなどに対してもタグを作ることができる。
@@ -542,13 +542,11 @@ exuberant ctags これはとてもよいものだ。C言語、C++、Java、Fort
542542
http://ctags.sourceforge.net を参照。
543543
2009年から新しいバージョンが出ていない。
544544
etags Emacsに連携する。多言語に対応している。
545-
JTags Java 用、Java で書かれている。
546-
http://www.fleiner.com/jtags/で入手できる。
545+
|:helptags| Vim の |help| ファイル用
547546
ptags.py Python 用、Python で書かれている。
548547
PythonのソースディレクトリTools/scripts/ptags.pyにある。
549-
ptags Perl 用、Perl で書かれている。これはここで見つかる (リ
550-
ンク切れのようだ):
551-
http://www.eleves.ens.fr:8080/home/nthiery/Tags/
548+
ptags Perl 用、Perl で書かれている。以下で見つかる。
549+
https://metacpan.org/pod/Vim::Tag
552550
gnatxref Ada用。http://www.gnuada.org/ を参照。
553551
gnatxrefはgnatパッケージの一部である。
554552

en/tagsrch.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
==============================================================================
527527
5. Tags file format *tags-file-format* *E431*
528528

529-
*ctags* *jtags*
529+
*ctags*
530530
A tags file can be created with an external command, for example "ctags". It
531531
will contain a tag for each function. Some versions of "ctags" will also make
532532
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,
542542
many items. See http://ctags.sourceforge.net.
543543
No new version since 2009.
544544
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
547546
ptags.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
552550
gnatxref For Ada. See http://www.gnuada.org/. gnatxref is
553551
part of the gnat package.
554552

0 commit comments

Comments
 (0)