Skip to content

Update tagsrch.{txt,jax} #2058

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
Apr 29, 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
6 changes: 3 additions & 3 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: 2024 Aug 01
*tagsrch.txt* For Vim バージョン 9.1. Last change: 2025 Apr 26


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -903,8 +903,8 @@ Note 旧来の関数では使用時に引数名の前に "a:" を追加する必
'c' この関数は、処理中の通常のコマンドによって呼び出された。
(ニーモニック: タグ関数は、カーソルの周りのコンテキストを使用
して、タグリストを生成するためのより良い作業を実行できる。)
'i' 挿入モードで、ユーザーはタグを補完していた(|i_CTRL-X_CTRL-]|
もしくは 'completeopt' が `t` を含む場合)
'i' 挿入モードで、ユーザーはタグを補完していた (|i_CTRL-X_CTRL-]|
もしくは 'complete' が "`t`" または "`]`" を含む場合)
'r' tagfunc の最初の引数は、|pattern| (|tag-regexp| を参照) として
解釈され、使用時には: >
:tag /pat
Expand Down
4 changes: 2 additions & 2 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: 2024 Aug 01
*tagsrch.txt* For Vim version 9.1. Last change: 2025 Apr 26


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -914,7 +914,7 @@ Currently up to three flags may be passed to the tag function:
(mnemonic: the tag function may use the context around the
cursor to perform a better job of generating the tag list.)
'i' In Insert mode, the user was completing a tag (with
|i_CTRL-X_CTRL-]| or 'completeopt' contains `t`).
|i_CTRL-X_CTRL-]| or 'complete' contains "`t`" or "`]`").
'r' The first argument to tagfunc should be interpreted as a
|pattern| (see |tag-regexp|), such as when using: >
:tag /pat
Expand Down