Skip to content

Commit 22718bf

Browse files
authored
Merge pull request #1751 from vim-jp/hh-update-version9
Update version9.{txt,jax}
2 parents 52f5433 + c6ab32d commit 22718bf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/version9.jax

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 08
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41593,6 +41593,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4159341593
- 正規表現エンジンは、大文字小文字を区別しないマルチバイト文字に正しくマッチし
4159441594
ます (適切な大文字小文字の変換を適用します)
4159541595
- |:keeppatterns| は、|:s| と共に使用された場合、最後の置換パターンを保持します
41596+
- |setqflist()| と |setloclist()| は、オプションで "u" アクションを使用して、
41597+
クイックフィックスリスト内の現在の選択を保持しようとすることができます。
4159641598

4159741599
*added-9.2*
4159841600
追加要素 ~

en/version9.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2024 Oct 08
1+
*version9.txt* For Vim version 9.1. Last change: 2024 Oct 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41598,6 +41598,8 @@ Changed~
4159841598
- the regex engines match correctly case-insensitive multi-byte characters
4159941599
(and apply proper case folding)
4160041600
- |:keeppatterns| preserves the last substitute pattern when used with |:s|
41601+
- |setqflist()| and |setloclist()| can optionally try to preserve the current
41602+
selection in the quickfix list with the "u" action.
4160141603

4160241604
*added-9.2*
4160341605
Added ~

0 commit comments

Comments
 (0)