Skip to content

Commit 0bd8649

Browse files
authored
Merge pull request #1466 from vim-jp/hh-update-tagsrch
Update tagsrch.{txt,jax}
2 parents 7c5b753 + 0d1077b commit 0bd8649

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

doc/tagsrch.jax

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tagsrch.txt* For Vim バージョン 9.1. Last change: 2024 Mar 03
1+
*tagsrch.txt* For Vim バージョン 9.1. Last change: 2024 Mar 16
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -402,28 +402,28 @@ ASCIIコードでソートされている場合にのみ機能する。したが
402402
ら正規表現の中で "\C" を使うこと。
403403

404404
*tag-!*
405-
もしタグが現在のファイル上にあるならば、いつも機能するだろう。そうでなければ、
406-
実行結果は現在のファイルが変更されているか、コマンドに!がつけられているか、
407-
'autowrite' オプションが設定されているかに依存する:
405+
タグが現在のファイル内にある場合、これは常に動作する。それ以外の場合、実行され
406+
る動作は、現在のファイルが変更されたかどうか、コマンドに ! が追加されているか
407+
どうかと、'autowrite' および 'winfixbuf' オプションに依存する:
408408

409-
タグが現在の ファイル autowrite ~
410-
ファイル内 変更あり ! winfixbuf オプション 動作 ~
409+
タグが現在の ファイル winfixbuf autowrite ~
410+
ファイル内 変更あり ! オプション オプション 動作 ~
411411
-----------------------------------------------------------------------------
412-
yes x x no x タグに行く
413-
no no x no x 対象ファイルを読み込み、タ
412+
yes x x off x タグに行く
413+
no no x off x 対象ファイルを読み込み、タ
414414
グに行く
415-
no yes yes no x 現在のファイルを捨て、
415+
no yes yes off x 現在のファイルを捨て、
416416
対象ファイルを読み込んでタ
417417
グに行く
418-
no yes no no on 現在のファイルを保存し、
418+
no yes no off on 現在のファイルを保存し、
419419
対象ファイルを読み込んでタ
420420
グに行く
421-
no yes no no off 失敗する
422-
yes x yes x x タグに行く
423-
no no no yes x 失敗する
424-
no yes no yes x 失敗する
425-
no yes no yes on 失敗する
426-
no yes no yes off 失敗する
421+
no yes no off off 失敗する
422+
yes x yes x x タグに行く
423+
no no no on x 失敗する
424+
no yes no on x 失敗する
425+
no yes no on on 失敗する
426+
no yes no on off 失敗する
427427
-----------------------------------------------------------------------------
428428

429429
- タグが現在のファイル上にある場合は、コマンドはいつも機能する。

en/tagsrch.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tagsrch.txt* For Vim version 9.1. Last change: 2024 Mar 03
1+
*tagsrch.txt* For Vim version 9.1. Last change: 2024 Mar 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -407,23 +407,23 @@ the pattern.
407407
*tag-!*
408408
If the tag is in the current file this will always work. Otherwise the
409409
performed actions depend on whether the current file was changed, whether a !
410-
is added to the command and on the 'autowrite' option:
410+
is added to the command and on the 'autowrite' and 'winfixbuf' options:
411411

412-
tag in file autowrite ~
413-
current file changed ! winfixbuf option action ~
412+
tag in file winfixbuf autowrite ~
413+
current file changed ! option option action ~
414414
-----------------------------------------------------------------------------
415-
yes x x no x goto tag
416-
no no x no x read other file, goto tag
417-
no yes yes no x abandon current file,
415+
yes x x off x goto tag
416+
no no x off x read other file, goto tag
417+
no yes yes off x abandon current file,
418418
read other file, goto tag
419-
no yes no no on write current file,
419+
no yes no off on write current file,
420420
read other file, goto tag
421-
no yes no no off fail
422-
yes x yes x x goto tag
423-
no no no yes x fail
424-
no yes no yes x fail
425-
no yes no yes on fail
426-
no yes no yes off fail
421+
no yes no off off fail
422+
yes x yes x x goto tag
423+
no no no on x fail
424+
no yes no on x fail
425+
no yes no on on fail
426+
no yes no on off fail
427427
-----------------------------------------------------------------------------
428428

429429
- If the tag is in the current file, the command will always work.

0 commit comments

Comments
 (0)