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 change.{txt,jax} #2001

Merged
merged 1 commit into from
Mar 21, 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
9 changes: 8 additions & 1 deletion doc/change.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim バージョン 9.1. Last change: 2024 Dec 15
*change.txt* For Vim バージョン 9.1. Last change: 2025 Mar 18


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1118,6 +1118,13 @@ NOTE: 以前のバージョンでは CTRL-V が特別に扱われていた。こ
:[line]pu[t]! [x] [line] 行目 (省略時は現在行) の前にテキストを [レジス
タ x から] コピーする。

*:ip* *:iput*
:[line]ip[ut] [x] |:put| と似ているが、現在行に合わせてインデントを調整
する

:[line]ip[ut]! [x] |:put|! と似ているが、現在行に合わせてインデントを調整
する

["x]]p または *]p* *]<MiddleMouse>*
["x]]<MiddleMouse> "p" と似ているが、現在行に合わせてインデントが調整され
る。マウスは、'mouse' が 'n' か 'a' を含むときだけ使え
Expand Down
7 changes: 6 additions & 1 deletion en/change.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim version 9.1. Last change: 2024 Dec 15
*change.txt* For Vim version 9.1. Last change: 2025 Mar 18


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1149,6 +1149,11 @@ inside of strings can change! Also see 'softtabstop' option. >
:[line]pu[t]! [x] Put the text [from register x] before [line] (default
current line).

*:ip* *:iput*
:[line]ip[ut] [x] like |:put|, but adjust indent to the current line

:[line]ip[ut]! [x] like |:put|!, but adjust indent to the current line

["x]]p or *]p* *]<MiddleMouse>*
["x]]<MiddleMouse> Like "p", but adjust the indent to the current line.
Using the mouse only works when 'mouse' contains 'n'
Expand Down