File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 28
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 06
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41610,6 +41610,10 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41610
41610
削除されました
41611
41611
- Vim のデフォルトの 'backspace' オプションは "indent,eol,start" に設定さ
41612
41612
れ、|defaults.vim| から削除されました
41613
+ - |CompleteDone| 自動コマンドを処理するとき、|v:event| 辞書に補完した単語と補
41614
+ 完のタイプが提供されます。
41615
+ - Vim (Windows および Unix) の GTK ビルドのデフォルトのフォントサイズが、最近
41616
+ の高 dpi モニターに対応するために 12pt に増やされました。
41613
41617
41614
41618
*added-9.2*
41615
41619
追加要素 ~
@@ -41659,7 +41663,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41659
41663
41660
41664
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
41661
41665
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
41662
- 'msghistory ' 記憶するメッセージの最大数
41666
+ 'messagesopt ' |:messages| と |hit-enter| プロンプトを設定する
41663
41667
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
41664
41668
'tabclose' タブページを閉じた後にフォーカスするタブページ
41665
41669
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41613,6 +41613,10 @@ Changed~
41613
41613
from |defaults.vim|
41614
41614
- the default 'backspace' option for Vim has been set to "indent,eol,start"
41615
41615
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
41616
41620
41617
41621
*added-9.2*
41618
41622
Added ~
@@ -41665,7 +41669,7 @@ Options: ~
41665
41669
popup
41666
41670
'findfunc' Vim function to obtain the results for a |:find|
41667
41671
command
41668
- 'msghistory ' Max number of messages to remember
41672
+ 'messagesopt ' configure |: messages| and |hit-enter| prompt
41669
41673
'winfixbuf' Keep buffer focused in a window
41670
41674
'tabclose' Which tab page to focus after closing a tab page
41671
41675
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
You can’t perform that action at this time.
0 commit comments