Skip to content

Commit 4cf44ce

Browse files
committed
Update version9.{txt,jax}
1 parent ffb6745 commit 4cf44ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/version9.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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") 関数を使用して関数の引数に関する情報を提供する

en/version9.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

4169641698
Functions: ~
4169741699
- provide information about function arguments using the get(func, "arity")

0 commit comments

Comments
 (0)