Skip to content

Commit 19cd56a

Browse files
authored
Merge pull request #2058 from h-east/update-tagsrch
Update tagsrch.{txt,jax}
2 parents 846ac4e + 8fa4ad6 commit 19cd56a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/tagsrch.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -903,8 +903,8 @@ Note 旧来の関数では使用時に引数名の前に "a:" を追加する必
903903
'c' この関数は、処理中の通常のコマンドによって呼び出された。
904904
(ニーモニック: タグ関数は、カーソルの周りのコンテキストを使用
905905
して、タグリストを生成するためのより良い作業を実行できる。)
906-
'i' 挿入モードで、ユーザーはタグを補完していた(|i_CTRL-X_CTRL-]|
907-
もしくは 'completeopt'`t` を含む場合)
906+
'i' 挿入モードで、ユーザーはタグを補完していた (|i_CTRL-X_CTRL-]|
907+
もしくは 'complete'"`t`" または "`]`" を含む場合)
908908
'r' tagfunc の最初の引数は、|pattern| (|tag-regexp| を参照) として
909909
解釈され、使用時には: >
910910
:tag /pat

en/tagsrch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tagsrch.txt* For Vim version 9.1. Last change: 2024 Aug 01
1+
*tagsrch.txt* For Vim version 9.1. Last change: 2025 Apr 26
22

33

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

0 commit comments

Comments
 (0)