Skip to content

Commit

Permalink
Merge pull request #1873 from h-east/update-windows
Browse files Browse the repository at this point in the history
Update windows.{txt,jax}
  • Loading branch information
h-east authored Dec 16, 2024
2 parents 8b51706 + ff5ded3 commit 7705d57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit 7705d57

Please sign in to comment.