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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41679,6 +41679,8 @@ Ex コマンド: ~
41679
41679
トどおりに動作し、ヘルプバッファをスキップする (ヘルプバッファから実行されて
41680
41680
いない場合。そうでない場合は、次/前のヘルプバッファに移動する)。
41681
41681
- |:keeppatterns| は、|:s| と共に使用された場合、最後の置換パターンを保持する
41682
+ - |:retab| は、インデントされた行の空白のみを変更する新しいオプションパラメー
41683
+ タ -indentonly を受け付ける
41682
41684
41683
41685
関数: ~
41684
41686
- 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41692,6 +41692,8 @@ Ex commands: ~
41692
41692
documented and skips help buffers (if not run from a help buffer, else
41693
41693
moves to the next/previous help buffer).
41694
41694
- |: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.
41695
41697
41696
41698
Functions: ~
41697
41699
- provide information about function arguments using the get(func, "arity")
You can’t perform that action at this time.
0 commit comments