Skip to content

Commit a963408

Browse files
authored
Merge pull request #1752 from vim-jp/hh-update-builtin
Update builtin.{txt,jax}
2 parents 8693433 + a95fc95 commit a963408

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/builtin.jax

Lines changed: 4 additions & 2 deletions
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 16
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

@@ -11694,7 +11696,7 @@ wildmenumode() *wildmenumode()*
1169411696
には: >
1169511697
:cnoremap <expr> <C-j> wildmenumode() ? "\<Down>\<Tab>" : "\<c-j>"
1169611698
<
11697-
(Note 'wildcharm' オプションが適切に設定されている必要がある)
11699+
(Note: 'wildcharm' オプションが適切に設定されている必要がある)
1169811700

1169911701
戻り値の型: |Number|
1170011702

en/builtin.txt

Lines changed: 4 additions & 2 deletions
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 16
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

@@ -11952,7 +11954,7 @@ wildmenumode() *wildmenumode()*
1195211954
For example to make <c-j> work like <down> in wildmode, use: >
1195311955
:cnoremap <expr> <C-j> wildmenumode() ? "\<Down>\<Tab>" : "\<c-j>"
1195411956
<
11955-
(Note, this needs the 'wildcharm' option set appropriately).
11957+
(Note: this needs the 'wildcharm' option set appropriately).
1195611958

1195711959
Return type: |Number|
1195811960

0 commit comments

Comments
 (0)