Skip to content
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/usr_02.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_02.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01
*usr_02.txt* For Vim バージョン 9.1. Last change: 2025 Jun 03

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -423,8 +423,8 @@ Vim を終了したくない場合は、":e!" コマンドでオリジナルの
ジャンプした後は CTRL-T (タグをポップする) で元の場所に戻れます。CTRL-O (古い
場所へのジャンプ) でも元に場所に戻れます。

ヘルプ画面の最上部に*help.txt*という表記があります。"*" で囲まれた名前はヘルプ
システムのタグ (ハイパーリンクの飛び先) を定義するために使われています。
ヘルプ画面の最上部に "*help.txt*" という表記があります。"*" で囲まれた名前はヘ
ルプシステムのタグ (ハイパーリンクの飛び先) を定義するために使われています。
タグの使い方の詳細は |29.1| を参照してください。

特定のヘルプ項目を見るには次のコマンドを使います: >
Expand Down
8 changes: 4 additions & 4 deletions en/usr_02.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_02.txt* For Vim version 9.1. Last change: 2025 Feb 01
*usr_02.txt* For Vim version 9.1. Last change: 2025 Jun 03

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -438,9 +438,9 @@ of the tag given by the word under the cursor.)
After a few jumps, you might want to go back. CTRL-T (pop tag) takes you
back to the preceding position. CTRL-O (jump to older position) also works
nicely here.
At the top of the help screen, there is the notation *help.txt*. This name
between "*" characters is used by the help system to define a tag (hyperlink
destination).
At the top of the help screen, there is the notation "*help.txt*". This
name between "*" characters is used by the help system to define a tag
(hyperlink destination).
See |29.1| for details about using tags.

To get help on a given subject, use the following command: >
Expand Down