File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 10
1+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 14
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -41679,6 +41679,8 @@ Ex コマンド: ~
4167941679 トどおりに動作し、ヘルプバッファをスキップする (ヘルプバッファから実行されて
4168041680 いない場合。そうでない場合は、次/前のヘルプバッファに移動する)。
4168141681- |:keeppatterns| は、|:s| と共に使用された場合、最後の置換パターンを保持する
41682+ - |:retab| は、インデントされた行の空白のみを変更する新しいオプションパラメー
41683+ タ -indentonly を受け付ける
4168241684
4168341685関数: ~
4168441686- get(function, "arity") 関数を使用して関数の引数に関する情報を提供する
Original file line number Diff line number Diff line change 1- *version9.txt* For Vim version 9.1. Last change: 2025 Jul 10
1+ *version9.txt* For Vim version 9.1. Last change: 2025 Jul 14
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41692,6 +41692,8 @@ Ex commands: ~
4169241692 documented and skips help buffers (if not run from a help buffer, else
4169341693 moves to the next/previous help buffer).
4169441694- |:keeppatterns| preserves the last substitute pattern when used with |:s|
41695+ - |:retab| accepts the new optional parameter -indentonly to only change
41696+ whitespace in indented lines.
4169541697
4169641698Functions: ~
4169741699- provide information about function arguments using the get(func, "arity")
You can’t perform that action at this time.
0 commit comments