diff --git a/doc/tagsrch.jax b/doc/tagsrch.jax index f5d4ae7a2..e5e9798ce 100644 --- a/doc/tagsrch.jax +++ b/doc/tagsrch.jax @@ -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 @@ -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 diff --git a/en/tagsrch.txt b/en/tagsrch.txt index 858309a28..132414368 100644 --- a/en/tagsrch.txt +++ b/en/tagsrch.txt @@ -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 @@ -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