Skip to content

Commit 9fb5bfe

Browse files
authored
Merge pull request #1863 from h-east/update-version9
Update version9.{txt,jax}
2 parents 9f88218 + 76ffcc7 commit 9fb5bfe

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

doc/version9.jax

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 28
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41610,6 +41610,10 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4161041610
削除されました
4161141611
- Vim のデフォルトの 'backspace' オプションは "indent,eol,start" に設定さ
4161241612
れ、|defaults.vim| から削除されました
41613+
- |CompleteDone| 自動コマンドを処理するとき、|v:event| 辞書に補完した単語と補
41614+
完のタイプが提供されます。
41615+
- Vim (Windows および Unix) の GTK ビルドのデフォルトのフォントサイズが、最近
41616+
の高 dpi モニターに対応するために 12pt に増やされました。
4161341617

4161441618
*added-9.2*
4161541619
追加要素 ~
@@ -41659,7 +41663,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4165941663

4166041664
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
4166141665
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
41662-
'msghistory' 記憶するメッセージの最大数
41666+
'messagesopt' |:messages| と |hit-enter| プロンプトを設定する
4166341667
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
4166441668
'tabclose' タブページを閉じた後にフォーカスするタブページ
4166541669
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)

en/version9.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2024 Nov 28
1+
*version9.txt* For Vim version 9.1. Last change: 2024 Dec 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41613,6 +41613,10 @@ Changed~
4161341613
from |defaults.vim|
4161441614
- the default 'backspace' option for Vim has been set to "indent,eol,start"
4161541615
and removed from |defaults.vim|
41616+
- the completed word and completion type are provided when handling the
41617+
|CompleteDone| autocommand in the |v:event| dictionary
41618+
- the default fontsize for the GTK builds of Vim (Windows and Unix) has been
41619+
increased to 12pt to accomodate modern high-dpi monitors
4161641620

4161741621
*added-9.2*
4161841622
Added ~
@@ -41665,7 +41669,7 @@ Options: ~
4166541669
popup
4166641670
'findfunc' Vim function to obtain the results for a |:find|
4166741671
command
41668-
'msghistory' Max number of messages to remember
41672+
'messagesopt' configure |:messages| and |hit-enter| prompt
4166941673
'winfixbuf' Keep buffer focused in a window
4167041674
'tabclose' Which tab page to focus after closing a tab page
4167141675
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)

0 commit comments

Comments
 (0)