Skip to content

Commit a95fc95

Browse files
committed
Update by original
1 parent 06e6508 commit a95fc95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/builtin.jax

Lines changed: 2 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 14
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Oct 16
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -11696,7 +11696,7 @@ wildmenumode() *wildmenumode()*
1169611696
には: >
1169711697
:cnoremap <expr> <C-j> wildmenumode() ? "\<Down>\<Tab>" : "\<c-j>"
1169811698
<
11699-
(Note 'wildcharm' オプションが適切に設定されている必要がある)
11699+
(Note: 'wildcharm' オプションが適切に設定されている必要がある)
1170011700

1170111701
戻り値の型: |Number|
1170211702

en/builtin.txt

Lines changed: 2 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 14
1+
*builtin.txt* For Vim version 9.1. Last change: 2024 Oct 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -11954,7 +11954,7 @@ wildmenumode() *wildmenumode()*
1195411954
For example to make <c-j> work like <down> in wildmode, use: >
1195511955
:cnoremap <expr> <C-j> wildmenumode() ? "\<Down>\<Tab>" : "\<c-j>"
1195611956
<
11957-
(Note, this needs the 'wildcharm' option set appropriately).
11957+
(Note: this needs the 'wildcharm' option set appropriately).
1195811958

1195911959
Return type: |Number|
1196011960

0 commit comments

Comments
 (0)