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
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)
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
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*
4161841622Added ~
@@ -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)
You can’t perform that action at this time.
0 commit comments