File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Mar 26
1+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Mar 28
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -424,7 +424,7 @@ Python/Lua/Perl/Tcl/Ruby/MzScheme インターフェイスの heredoc で 'trim'
424424明確な8進数の記法として "0o" を追加。|scriptversion-4|
425425
426426"tcd -" および "lcd -" を使用してタブローカルおよびウィンドウローカルでの直前
427- のディレクトリに変更するのをサポート。(|:tcd-| and |:lcd-|)
427+ のディレクトリに変更するのをサポート。(|:tcd-| および |:lcd-|)
428428
429429|search()| の使用でスキップする式のサポートを追加。
430430
@@ -41540,6 +41540,8 @@ Vim9 script
4154041540vim9 オブジェクトによる内部組み込み関数のサポートを追加。
4154141541|builtin-object-methods| を参照。
4154241542
41543+ Vim9 script の列挙型サポート |:enum|
41544+
4154341545その他の改良点 *new-other-9.2*
4154441546--------------
4154541547
@@ -41548,6 +41550,9 @@ vim9 オブジェクトによる内部組み込み関数のサポートを追加
4154841550
4154941551- ページ単位のスクロールの CTRL-F および CTRL-B には 'smoothscroll' ロジックを
4155041552 使用します。
41553+ - 半ページ単位のスクロールの CTRL-D および CTRL-U には 'smoothscroll' ロジック
41554+ を使用します。
41555+
4155141556
4155241557追加要素 *added-9.2*
4155341558--------
Original file line number Diff line number Diff line change 1- *version9.txt* For Vim version 9.1. Last change: 2024 Mar 26
1+ *version9.txt* For Vim version 9.1. Last change: 2024 Mar 28
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41548,13 +41548,16 @@ Vim9 script
4154841548Add support for internal builtin functions with vim9 objects, see
4154941549|builtin-object-methods|
4155041550
41551+ Enum support for Vim9 script |:enum|
41552+
4155141553Other improvements *new-other-9.2*
4155241554------------------
4155341555
4155441556Changed *changed-9.2*
4155541557-------
4155641558
4155741559- use 'smoothscroll' logic for CTRL-F and CTRL-B for pagewise scrolling
41560+ - use 'smoothscroll' logic for CTRL-D and CTRL-U for half-pagewise scrolling
4155841561
4155941562Added *added-9.2*
4156041563-----
You can’t perform that action at this time.
0 commit comments