Skip to content

Commit c74210d

Browse files
authored
Merge pull request #1696 from vim-jp/hh-update-version9
Update version9.{txt,jax}
2 parents 4057a4e + d724151 commit c74210d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/version9.jax

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Aug 23
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Sep 23
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41572,7 +41572,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4157241572
- 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の
4157341573
パディングが含まれています |comment-install|
4157441574
- 'completeopt' は |global-local| オプションになりました。
41575-
- 'nrformat' は、マイナス記号の前の空白に基づいて符号付きか符号なしの数値かを
41575+
- 'nrformats' は、マイナス記号の前の空白に基づいて符号付きか符号なしの数値かを
4157641576
決定する新しい "blank" サブオプションを受け付けます。
4157741577
- 新しい目印を定義するときに優先順位を指定できるようにします |:sign-define|
4157841578
- get(function, "arity") 関数を使用して関数の引数に関する情報を提供します
@@ -41603,6 +41603,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4160341603
|diff()| 2 つの文字列のリストの差分
4160441604
|filecopy()| ファイル {from} を {to} にコピー
4160541605
|foreach()| リストの項目に関数を適用
41606+
|getcmdprompt()| input()/confirm() のプロンプトを取得
4160641607
|getregion()| バッファからテキストの領域を取得
4160741608
|getregionpos()| 領域の位置をリストで取得
4160841609
|id()| Dict、List、Object、Channel、または Blob 変数の一意の

en/version9.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41577,7 +41577,7 @@ Changed~
4157741577
- the default for 'commentstring' contains whitespace padding to have
4157841578
automatic comments look nicer |comment-install|
4157941579
- '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
4158141581
unsigned number based on whitespace in front of a minus sign.
4158241582
- allow to specify a priority when defining a new sign |:sign-define|
4158341583
- provide information about function arguments using the get(func, "arity")
@@ -41608,6 +41608,7 @@ Functions: ~
4160841608
|diff()| diff two Lists of strings
4160941609
|filecopy()| copy a file {from} to {to}
4161041610
|foreach()| apply function to List items
41611+
|getcmdprompt()| get prompt for input()/confirm()
4161141612
|getregion()| get a region of text from a buffer
4161241613
|getregionpos()| get a list of positions for a region
4161341614
|id()| get unique identifier for a Dict, List, Object,

0 commit comments

Comments
 (0)