File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- *tagsrch.txt* For Vim バージョン 9.1. Last change: 2024 Aug 01
1
+ *tagsrch.txt* For Vim バージョン 9.1. Last change: 2025 Apr 26
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -903,8 +903,8 @@ Note 旧来の関数では使用時に引数名の前に "a:" を追加する必
903
903
'c' この関数は、処理中の通常のコマンドによって呼び出された。
904
904
(ニーモニック: タグ関数は、カーソルの周りのコンテキストを使用
905
905
して、タグリストを生成するためのより良い作業を実行できる。)
906
- 'i' 挿入モードで、ユーザーはタグを補完していた(| i_CTRL-X_CTRL-] |
907
- もしくは 'completeopt ' が `t ` を含む場合)
906
+ 'i' 挿入モードで、ユーザーはタグを補完していた (| i_CTRL-X_CTRL-] |
907
+ もしくは 'complete ' が " `t ` " または " `]` " を含む場合)。
908
908
'r' tagfunc の最初の引数は、| pattern | (| tag-regexp | を参照) として
909
909
解釈され、使用時には: >
910
910
:tag /pat
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -914,7 +914,7 @@ Currently up to three flags may be passed to the tag function:
914
914
(mnemonic: the tag function may use the context around the
915
915
cursor to perform a better job of generating the tag list.)
916
916
'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 " `]` " ).
918
918
'r' The first argument to tagfunc should be interpreted as a
919
919
| pattern | (see | tag-regexp | ), such as when using: >
920
920
:tag /pat
You can’t perform that action at this time.
0 commit comments