Skip to content

Commit 06e6508

Browse files
committed
Update builtin.{txt,jax}
1 parent fe19acf commit 06e6508

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/builtin.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Oct 12
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Oct 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -9568,6 +9568,8 @@ setqflist({list} [, {action} [, {what}]]) *setqflist()*
95689568
はリストをクリアするのにも使える: >
95699569
:call setqflist([], 'r')
95709570
<
9571+
'u' 'r' と同様だが、quickfix リスト内の現在の選択を保持し
9572+
ようとする。
95719573
'f' quickfix スタック内のすべての quickfix リストが解放さ
95729574
れる。
95739575

en/builtin.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2024 Oct 12
1+
*builtin.txt* For Vim version 9.1. Last change: 2024 Oct 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -9766,6 +9766,8 @@ setqflist({list} [, {action} [, {what}]]) *setqflist()*
97669766
clear the list: >
97679767
:call setqflist([], 'r')
97689768
<
9769+
'u' Like 'r', but tries to preserve the current selection
9770+
in the quickfix list.
97699771
'f' All the quickfix lists in the quickfix stack are
97709772
freed.
97719773

0 commit comments

Comments
 (0)