File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments