| /vim-8.2.3635/src/xdiff/ |
| H A D | xpatience.c | 175 static int binary_search(struct entry **sequence, int longest, in binary_search() argument 178 int left = -1, right = longest; in binary_search() 204 int longest = 0, i; in find_longest_common_sequence() local 221 i = binary_search(sequence, longest, entry); in find_longest_common_sequence() 229 longest = anchor_i + 1; in find_longest_common_sequence() 230 } else if (i == longest) { in find_longest_common_sequence() 231 longest++; in find_longest_common_sequence() 236 if (!longest) { in find_longest_common_sequence() 242 entry = sequence[longest - 1]; in find_longest_common_sequence()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | gen_opt_test.vim | 82 \ 'completeopt': [['', 'menu', 'menu,longest'], ['xxx', 'menu,,,longest,']], 154 …\ 'wildmode': [['', 'full', 'list:full', 'full,longest'], ['xxx', 'a4', 'full,full,full,full,full'…
|
| H A D | test_cmdline.vim | 1590 set wildmode=longest,full 1596 set wildmode=longest 1600 set wildmode=list:longest 1610 " Test for wildmode=longest with 'fileignorecase' set 1611 set wildmode=longest
|
| H A D | test_popup.vim | 202 " use longest for 'completeopt' 205 set completeopt+=longest
|
| H A D | test_ins_complete.vim | 574 set completeopt+=longest
|
| H A D | test_regexp_latin.vim | 545 " Alternatives, must use first longest match
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cmod.vim | 110 syn keyword cmodType bignum longest zero pike_string
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | visual.txt | 169 extended to the rightmost column of the longest line. 202 highlighted text will be determined by the longest highlighted line. This 373 be applied up to the rightmost column of the longest line.
|
| H A D | cmdline.txt | 435 If there are multiple matches the longest common part is 476 This will find the longest match and then list all matching files. 480 :set wildmode=longest,list 481 This will find the longest match with the first 'wildchar', then list all
|
| H A D | scroll.txt | 266 the "h" flag in 'guioptions' is set, the cursor moves to the longest visible
|
| H A D | usr_20.txt | 273 The CTRL-L command completes the word to the longest unambiguous string. If
|
| H A D | options.txt | 1967 longest Only insert the longest common text of the matches. If 1992 "menu" or "menuone". No effect if "longest" is present. 3922 the longest visible line, or on the cursor line if the 'h' 8929 "longest" Complete till longest common string. If this doesn't 8938 "longest:full" Like "longest", but also start 'wildmenu' if it is 8942 "list:longest" When more than one match, list all matches and 8943 complete till longest common string. 8951 :set wildmode=longest,full 8952 < Complete longest common string, then each full match > 8957 :set wildmode=longest,list [all …]
|
| H A D | gui.txt | 227 scrollbar-thumb size is such that the text of the longest visible line may be 232 Computing the length of the longest visible line takes quite a bit of
|
| H A D | usr_10.txt | 455 Making the same selection by moving the cursor to the end of the longest line
|
| H A D | popup.txt | 77 The width of the window is normally equal to the longest visible line in the
|
| H A D | insert.txt | 1326 When "longest" is in 'completeopt' and there is more than one match you start 1357 match (what was typed or longest common string).
|
| H A D | pattern.txt | 1222 < matches "r", "re", "rea" or "read". The longest that matches is used.
|
| H A D | vi_diff.txt | 320 all matches. CTRL-L will insert the longest common part of the
|
| H A D | quickref.txt | 1116 |c_CTRL-L| CTRL-L insert longest common part of names that
|
| H A D | version5.txt | 1070 CTRL-L completion (longest common match) on command-line didn't work properly 2694 When CTRL-L completion (find longest match) results in a shorter string, no 4677 When 'wildmode' was set to "longest,list:full", ":e *.c<Tab><Tab>" didn't list 4678 the matches. Also avoid that listing after a "longest" lists the wrong
|
| H A D | index.txt | 1048 cursor and insert the longest common part
|
| H A D | todo.txt | 2225 With 'wildmode' set to "longest:full,full" and pressing Tab once the first 4705 files. Perhaps just use the path of the first file or use the longest 5061 - Add 'wildlongest' option: Key to use to find longest common match for
|
| H A D | syntax.txt | 5751 SLOWEST The longest time for one try.
|
| /vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/ |
| H A D | justify.vim | 28 " If specified, alignment will only be done, if the longest space run
|
| /vim-8.2.3635/src/ |
| H A D | regexp_bt.c | 2489 char_u *longest; in bt_regcomp() local 2581 longest = NULL; in bt_regcomp() 2586 longest = OPERAND(scan); in bt_regcomp() 2589 r->regmust = longest; in bt_regcomp()
|