File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Aug 23
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Sep 23
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41572,7 +41572,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41572
41572
- 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の
41573
41573
パディングが含まれています |comment-install|
41574
41574
- 'completeopt' は |global-local| オプションになりました。
41575
- - 'nrformat ' は、マイナス記号の前の空白に基づいて符号付きか符号なしの数値かを
41575
+ - 'nrformats ' は、マイナス記号の前の空白に基づいて符号付きか符号なしの数値かを
41576
41576
決定する新しい "blank" サブオプションを受け付けます。
41577
41577
- 新しい目印を定義するときに優先順位を指定できるようにします |:sign-define|
41578
41578
- get(function, "arity") 関数を使用して関数の引数に関する情報を提供します
@@ -41603,6 +41603,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41603
41603
|diff()| 2 つの文字列のリストの差分
41604
41604
|filecopy()| ファイル {from} を {to} にコピー
41605
41605
|foreach()| リストの項目に関数を適用
41606
+ |getcmdprompt()| input()/confirm() のプロンプトを取得
41606
41607
|getregion()| バッファからテキストの領域を取得
41607
41608
|getregionpos()| 領域の位置をリストで取得
41608
41609
|id()| Dict、List、Object、Channel、または Blob 変数の一意の
Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim version 9.1. Last change: 2024 Aug 23
1
+ *version9.txt* For Vim version 9.1. Last change: 2024 Sep 23
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41577,7 +41577,7 @@ Changed~
41577
41577
- the default for 'commentstring' contains whitespace padding to have
41578
41578
automatic comments look nicer |comment-install|
41579
41579
- 'completeopt' is now a |global-local| option.
41580
- - 'nrformat ' accepts the new "blank" suboption, to determine a signed or
41580
+ - 'nrformats ' accepts the new "blank" suboption, to determine a signed or
41581
41581
unsigned number based on whitespace in front of a minus sign.
41582
41582
- allow to specify a priority when defining a new sign |:sign-define|
41583
41583
- provide information about function arguments using the get(func, "arity")
@@ -41608,6 +41608,7 @@ Functions: ~
41608
41608
|diff()| diff two Lists of strings
41609
41609
|filecopy()| copy a file {from} to {to}
41610
41610
|foreach()| apply function to List items
41611
+ |getcmdprompt()| get prompt for input()/confirm()
41611
41612
|getregion()| get a region of text from a buffer
41612
41613
|getregionpos()| get a list of positions for a region
41613
41614
|id()| get unique identifier for a Dict, List, Object,
You can’t perform that action at this time.
0 commit comments