File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Mar 03
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Mar 26
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41546,6 +41546,9 @@ vim9 オブジェクトによる内部組み込み関数のサポートを追加
41546
41546
変更点 *changed-9.2*
41547
41547
------
41548
41548
41549
+ - ページ単位のスクロールの CTRL-F および CTRL-B には 'smoothscroll' ロジックを
41550
+ 使用します。
41551
+
41549
41552
追加要素 *added-9.2*
41550
41553
--------
41551
41554
@@ -41562,6 +41565,7 @@ vim9 オブジェクトによる内部組み込み関数のサポートを追加
41562
41565
41563
41566
自動コマンド: ~
41564
41567
41568
+ |SessionWritePost| セッションファイルを書き込んだ後 |:mksession|
41565
41569
|TermResponseAll| 't_RV' 等に対する端末応答を受信した後
41566
41570
|WinNewPre| 新しいウィンドウを作成する前
41567
41571
Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim version 9.1. Last change: 2024 Mar 03
1
+ *version9.txt* For Vim version 9.1. Last change: 2024 Mar 26
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41554,6 +41554,8 @@ Other improvements *new-other-9.2*
41554
41554
Changed *changed-9.2*
41555
41555
-------
41556
41556
41557
+ - use 'smoothscroll' logic for CTRL-F and CTRL-B for pagewise scrolling
41558
+
41557
41559
Added *added-9.2*
41558
41560
-----
41559
41561
@@ -41570,6 +41572,7 @@ Functions: ~
41570
41572
41571
41573
Autocommands: ~
41572
41574
41575
+ |SessionWritePost| after writing the session file |:mksession|
41573
41576
|TermResponseAll| after the terminal response to |t_RV| and others is
41574
41577
received
41575
41578
|WinNewPre| before creating a new window
You can’t perform that action at this time.
0 commit comments