Skip to content

Commit 2d71ae2

Browse files
authored
Merge pull request #1472 from vim-jp/hh-update-version9
Update version9.{txt,jax}
2 parents 7629f9e + 2b677e2 commit 2d71ae2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/version9.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Mar 03
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Mar 26
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41546,6 +41546,9 @@ vim9 オブジェクトによる内部組み込み関数のサポートを追加
4154641546
変更点 *changed-9.2*
4154741547
------
4154841548

41549+
- ページ単位のスクロールの CTRL-F および CTRL-B には 'smoothscroll' ロジックを
41550+
使用します。
41551+
4154941552
追加要素 *added-9.2*
4155041553
--------
4155141554

@@ -41562,6 +41565,7 @@ vim9 オブジェクトによる内部組み込み関数のサポートを追加
4156241565

4156341566
自動コマンド: ~
4156441567

41568+
|SessionWritePost| セッションファイルを書き込んだ後 |:mksession|
4156541569
|TermResponseAll| 't_RV' 等に対する端末応答を受信した後
4156641570
|WinNewPre| 新しいウィンドウを作成する前
4156741571

en/version9.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41554,6 +41554,8 @@ Other improvements *new-other-9.2*
4155441554
Changed *changed-9.2*
4155541555
-------
4155641556

41557+
- use 'smoothscroll' logic for CTRL-F and CTRL-B for pagewise scrolling
41558+
4155741559
Added *added-9.2*
4155841560
-----
4155941561

@@ -41570,6 +41572,7 @@ Functions: ~
4157041572

4157141573
Autocommands: ~
4157241574

41575+
|SessionWritePost| after writing the session file |:mksession|
4157341576
|TermResponseAll| after the terminal response to |t_RV| and others is
4157441577
received
4157541578
|WinNewPre| before creating a new window

0 commit comments

Comments
 (0)