Skip to content

Commit

Permalink
Merge pull request #1863 from h-east/update-version9
Browse files Browse the repository at this point in the history
Update version9.{txt,jax}
  • Loading branch information
h-east authored Dec 10, 2024
2 parents 9f88218 + 76ffcc7 commit 9fb5bfe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
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

0 comments on commit 9fb5bfe

Please sign in to comment.