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
8 changes: 4 additions & 4 deletions doc/change.jax
Original file line number Diff line number Diff line change
Expand Up @@ -589,10 +589,10 @@ Vimがフィルタコマンドを実行するときに使うシェルを指定
={motion} {motion} の行を、オプション 'equalprg' で指定された外
部プログラムでフィルタ処理する。'equalprg' が空のとき
(これが既定) は、組み込みの整形機能の |C-indenting| と
|'lisp'| を使う。しかし 'indentexpr' が空でないとき
は、それが使われる |indent-expression|。Vim が内部
フォーマット機能なしでコンパイルされているときは、最後
の手段として "indent" プログラムが使われる。
'lisp' を使う。しかし 'indentexpr' が空でないときは、
それが使われる |indent-expression|。Vim が内部フォー
マット機能なしでコンパイルされているときは、最後の手段
として "indent" プログラムが使われる。

*==*
== [count] 行を ={motion} と同様にフィルタ処理する。
Expand Down
16 changes: 8 additions & 8 deletions 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: 2025 Jul 15
*change.txt* For Vim version 9.1. Last change: 2025 Aug 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -34,13 +34,13 @@ For inserting text see |insert.txt|.
The <Del> key does not take a [count]. Instead, it
deletes the last character of the count.
See |:fixdel| if the <Del> key does not do what you
want. See |'whichwrap'| for deleting a line break
want. See 'whichwrap' for deleting a line break
(join lines).

*X* *dh*
["x]X Delete [count] characters before the cursor [into
register x] (not |linewise|). Does the same as "dh".
Also see |'whichwrap'|.
Also see 'whichwrap'.

*d*
["x]d{motion} Delete text that {motion} moves over [into register
Expand Down Expand Up @@ -609,11 +609,11 @@ comment (starting with '"') after the `:!` command.
={motion} Filter {motion} lines through the external program
given with the 'equalprg' option. When the 'equalprg'
option is empty (this is the default), use the
internal formatting function |C-indenting| and
|'lisp'|. But when 'indentexpr' is not empty, it will
be used instead |indent-expression|. When Vim was
compiled without internal formatting then the "indent"
program is used as a last resort.
internal formatting function |C-indenting| and 'lisp'.
But when 'indentexpr' is not empty, it will be used
instead |indent-expression|. When Vim was compiled
without internal formatting then the "indent" program
is used as a last resort.

*==*
== Filter [count] lines like with ={motion}.
Expand Down