Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update windows.{txt,jax} #1909

Merged
merged 1 commit into from
Jan 3, 2025
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/windows.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*windows.txt* For Vim バージョン 9.1. Last change: 2024 Dec 29
*windows.txt* For Vim バージョン 9.1. Last change: 2025 Jan 02


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -984,8 +984,8 @@ CTRL-W gT *CTRL-W_gT*
編集されていることに気付かない場合がある。そして、":edit" を使用して警告をト
リガーし、中止のために "A" と応答すると、プレビューウィンドウが空になる。

*:pta* *:ptag*
:pta[g][!] [tagname]
*:pt* *:ptag*
:pt[ag][!] [tagname]
":tag[!] [tagname]" を実行し、現在のバッファまたはカーソル位置
を変えずに「プレビュー」ウィンドウ内で検索したタグを表示する。
「プレビュー」ウィンドウがすでに存在していた場合は、(ヘルプ
Expand Down
6 changes: 3 additions & 3 deletions en/windows.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*windows.txt* For Vim version 9.1. Last change: 2024 Dec 29
*windows.txt* For Vim version 9.1. Last change: 2025 Jan 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -968,8 +968,8 @@ A few peculiarities:
trigger the ATTENTION and responding "A" for Abort, the preview window will
become empty.

*:pta* *:ptag*
:pta[g][!] [tagname]
*:pt* *:ptag*
:pt[ag][!] [tagname]
Does ":tag[!] [tagname]" and shows the found tag in a
"Preview" window without changing the current buffer or cursor
position. If a "Preview" window already exists, it is re-used
Expand Down
Loading