File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 08
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 14
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41593,6 +41593,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41593
41593
- 正規表現エンジンは、大文字小文字を区別しないマルチバイト文字に正しくマッチし
41594
41594
ます (適切な大文字小文字の変換を適用します)
41595
41595
- |:keeppatterns| は、|:s| と共に使用された場合、最後の置換パターンを保持します
41596
+ - |setqflist()| と |setloclist()| は、オプションで "u" アクションを使用して、
41597
+ クイックフィックスリスト内の現在の選択を保持しようとすることができます。
41596
41598
41597
41599
*added-9.2*
41598
41600
追加要素 ~
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41598,6 +41598,8 @@ Changed~
41598
41598
- the regex engines match correctly case-insensitive multi-byte characters
41599
41599
(and apply proper case folding)
41600
41600
- |: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.
41601
41603
41602
41604
*added-9.2*
41603
41605
Added ~
You can’t perform that action at this time.
0 commit comments