File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -41632,6 +41632,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41632
41632
"preinsert" - 挿入する値をハイライトする
41633
41633
- |dist#vim9#Launch()| と |dist#vim9#Open()| を |vim-script-library| に追加し、
41634
41634
|netrw| から切り離す
41635
+ - ".=" を使用した新しいダイグラフ "APPROACHES THE LIMIT"
41635
41636
41636
41637
*added-9.2*
41637
41638
追加要素 ~
@@ -41657,6 +41658,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41657
41658
識別子を取得
41658
41659
|matchbufline()| バッファ内のすべてのパターンのマッチ
41659
41660
|matchstrlist()| 文字列のリスト内のすべてのパターンのマッチ
41661
+ |ngettext()| 単一/複数の翻訳メッセージの検索
41660
41662
|popup_setbuf()| ポップアップを別のバッファに切り替える
41661
41663
|str2blob()| 文字列のリストを blob に変換する
41662
41664
Original file line number Diff line number Diff line change @@ -41635,6 +41635,7 @@ Changed~
41635
41635
"preinsert" - highlight to be inserted values
41636
41636
- add |dist#vim9#Launch()| and |dist#vim9#Open()| to the |vim-script-library|
41637
41637
and decouple it from |netrw|
41638
+ - new digraph "APPROACHES THE LIMIT" using ".="
41638
41639
41639
41640
*added-9.2*
41640
41641
Added ~
@@ -41660,6 +41661,7 @@ Functions: ~
41660
41661
Channel or Blob variable
41661
41662
|matchbufline()| all the matches of a pattern in a buffer
41662
41663
|matchstrlist()| all the matches of a pattern in a List of strings
41664
+ |ngettext()| lookup single/plural message translation
41663
41665
|popup_setbuf()| switch to a different buffer in a popup
41664
41666
|str2blob()| convert a List of strings into a blob
41665
41667
You can’t perform that action at this time.
0 commit comments