Skip to content

Update version9.{txt,jax} #1779

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 4, 2024
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
6 changes: 4 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 Oct 27
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41597,6 +41597,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
quickfix リスト内の現在の選択を保持しようとすることができます。
- putty 端末は |defaults.vim| の |TermResponse| 自動コマンドを使用して検出さ
れ、Vim は暗い背景に切り替わります
- ドキュメントのナビゲーションを容易にするために、|help-TOC| パッケージが含ま
れています。

*added-9.2*
追加要素 ~
Expand Down Expand Up @@ -41644,7 +41646,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
オプション: ~

'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
'findexpr' |:find| コマンドの結果を取得するための Vim の式
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
'tabclose' タブページを閉じた後にフォーカスするタブページ
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
Expand Down
5 changes: 3 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 Oct 27
*version9.txt* For Vim version 9.1. Last change: 2024 Nov 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41602,6 +41602,7 @@ Changed~
selection in the quickfix list with the "u" action.
- the putty terminal is detected using an |TermResponse| autocommand in
|defaults.vim| and Vim switches to a dark background
- the |help-TOC| package is included to ease navigating the documentation.

*added-9.2*
Added ~
Expand Down Expand Up @@ -41651,7 +41652,7 @@ Options: ~

'completeitemalign' Order of |complete-items| in Insert mode completion
popup
'findexpr' Vim expression to obtain the results for a |:find|
'findfunc' Vim function to obtain the results for a |:find|
command
'winfixbuf' Keep buffer focused in a window
'tabclose' Which tab page to focus after closing a tab page
Expand Down