Skip to content

Commit

Permalink
Update version9.{txt,jax}
Browse files Browse the repository at this point in the history
  • Loading branch information
h-east committed Nov 2, 2024
1 parent 7cc0ce4 commit b3b0ef3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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

0 comments on commit b3b0ef3

Please sign in to comment.