Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 28
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 06


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

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

'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
'msghistory' 記憶するメッセージの最大数
'messagesopt' |:messages| と |hit-enter| プロンプトを設定する
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
'tabclose' タブページを閉じた後にフォーカスするタブページ
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
Expand Down
8 changes: 6 additions & 2 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2024 Nov 28
*version9.txt* For Vim version 9.1. Last change: 2024 Dec 06


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

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