Skip to content

Update version9.{txt,jax} #1770

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 1, 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 22
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 27


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41594,7 +41594,9 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
ます (適切な大文字小文字の変換を適用します)
- |:keeppatterns| は、|:s| と共に使用された場合、最後の置換パターンを保持します
- |setqflist()| と |setloclist()| は、オプションで "u" アクションを使用して、
クイックフィックスリスト内の現在の選択を保持しようとすることができます。
quickfix リスト内の現在の選択を保持しようとすることができます。
- putty 端末は |defaults.vim| の |TermResponse| 自動コマンドを使用して検出さ
れ、Vim は暗い背景に切り替わります

*added-9.2*
追加要素 ~
Expand Down
4 changes: 3 additions & 1 deletion 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 22
*version9.txt* For Vim version 9.1. Last change: 2024 Oct 27


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41600,6 +41600,8 @@ Changed~
- |:keeppatterns| preserves the last substitute pattern when used with |:s|
- |setqflist()| and |setloclist()| can optionally try to preserve the current
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

*added-9.2*
Added ~
Expand Down