diff --git a/doc/change.jax b/doc/change.jax index 0d594cee0..76735512d 100644 --- a/doc/change.jax +++ b/doc/change.jax @@ -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} と同様にフィルタ処理する。 diff --git a/en/change.txt b/en/change.txt index a09637370..734540f37 100644 --- a/en/change.txt +++ b/en/change.txt @@ -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 @@ -34,13 +34,13 @@ For inserting text see |insert.txt|. The key does not take a [count]. Instead, it deletes the last character of the count. See |:fixdel| if the 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 @@ -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}.