Skip to content

Update tagsrch.{txt,jax} #2065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions doc/tagsrch.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*tagsrch.txt* For Vim バージョン 9.1. Last change: 2025 Apr 30
*tagsrch.txt* For Vim バージョン 9.1. Last change: 2025 May 01


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

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

Expand Down
12 changes: 5 additions & 7 deletions en/tagsrch.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*tagsrch.txt* For Vim version 9.1. Last change: 2025 Apr 30
*tagsrch.txt* For Vim version 9.1. Last change: 2025 May 01


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -526,7 +526,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.
Expand All @@ -542,13 +542,11 @@ exuberant ctags This is a very good one. It works for C, C++, Java,
many items. See http://ctags.sourceforge.net.
No new version since 2009.
etags Connected to Emacs. Supports many languages.
JTags For Java, in Java. It can be found at
http://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 (link seems
dead):
http://www.eleves.ens.fr:8080/home/nthiery/Tags/.
ptags For Perl, in Perl. It can be found at
https://metacpan.org/pod/Vim::Tag
gnatxref For Ada. See http://www.gnuada.org/. gnatxref is
part of the gnat package.

Expand Down