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
4 changes: 3 additions & 1 deletion 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 Sep 08
*windows.txt* For Vim バージョン 9.1. Last change: 2024 Dec 14


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1029,6 +1029,8 @@ CTRL-W g } *CTRL-W_g}*
位置は変わらない。便利な例: >
:pedit +/fputc /usr/include/stdio.h
<
|++opt| および |+cmd| も参照。

*:ps* *:psearch*
:[range]ps[earch][!] [count] [/]pattern[/]
|:ijump| と同様だが、見つかったマッチをプレビューウィンドウで
Expand Down
4 changes: 3 additions & 1 deletion 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 Sep 08
*windows.txt* For Vim version 9.1. Last change: 2024 Dec 14


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1012,6 +1012,8 @@ CTRL-W g } *CTRL-W_g}*
position isn't changed. Useful example: >
:pedit +/fputc /usr/include/stdio.h
<
Also see |++opt| and |+cmd|.

*:ps* *:psearch*
:[range]ps[earch][!] [count] [/]pattern[/]
Works like |:ijump| but shows the found match in the preview
Expand Down
Loading