Skip to content

Commit 279b2e9

Browse files
committed
Update changes.{txt,jax}
1 parent 5484980 commit 279b2e9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

doc/change.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,10 +589,10 @@ Vimがフィルタコマンドを実行するときに使うシェルを指定
589589
={motion} {motion} の行を、オプション 'equalprg' で指定された外
590590
部プログラムでフィルタ処理する。'equalprg' が空のとき
591591
(これが既定) は、組み込みの整形機能の |C-indenting|
592-
|'lisp'| を使う。しかし 'indentexpr' が空でないとき
593-
は、それが使われる |indent-expression|。Vim が内部
594-
フォーマット機能なしでコンパイルされているときは、最後
595-
の手段として "indent" プログラムが使われる。
592+
'lisp' を使う。しかし 'indentexpr' が空でないときは、
593+
それが使われる |indent-expression|。Vim が内部フォー
594+
マット機能なしでコンパイルされているときは、最後の手段
595+
として "indent" プログラムが使われる。
596596

597597
*==*
598598
== [count] 行を ={motion} と同様にフィルタ処理する。

en/change.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 9.1. Last change: 2025 Jul 15
1+
*change.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

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

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

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

618618
*==*
619619
== Filter [count] lines like with ={motion}.

0 commit comments

Comments
 (0)