Home
last modified time | relevance | path

Searched refs:longest (Results 1 – 25 of 30) sorted by relevance

12

/vim-8.2.3635/src/xdiff/
H A Dxpatience.c175 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 Dgen_opt_test.vim82 \ 'completeopt': [['', 'menu', 'menu,longest'], ['xxx', 'menu,,,longest,']],
154 …\ 'wildmode': [['', 'full', 'list:full', 'full,longest'], ['xxx', 'a4', 'full,full,full,full,full'…
H A Dtest_cmdline.vim1590 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 Dtest_popup.vim202 " use longest for 'completeopt'
205 set completeopt+=longest
H A Dtest_ins_complete.vim574 set completeopt+=longest
H A Dtest_regexp_latin.vim545 " Alternatives, must use first longest match
/vim-8.2.3635/runtime/syntax/
H A Dcmod.vim110 syn keyword cmodType bignum longest zero pike_string
/vim-8.2.3635/runtime/doc/
H A Dvisual.txt169 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 Dcmdline.txt435 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 Dscroll.txt266 the "h" flag in 'guioptions' is set, the cursor moves to the longest visible
H A Dusr_20.txt273 The CTRL-L command completes the word to the longest unambiguous string. If
H A Doptions.txt1967 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 Dgui.txt227 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 Dusr_10.txt455 Making the same selection by moving the cursor to the end of the longest line
H A Dpopup.txt77 The width of the window is normally equal to the longest visible line in the
H A Dinsert.txt1326 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 Dpattern.txt1222 < matches "r", "re", "rea" or "read". The longest that matches is used.
H A Dvi_diff.txt320 all matches. CTRL-L will insert the longest common part of the
H A Dquickref.txt1116 |c_CTRL-L| CTRL-L insert longest common part of names that
H A Dversion5.txt1070 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 Dindex.txt1048 cursor and insert the longest common part
H A Dtodo.txt2225 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 Dsyntax.txt5751 SLOWEST The longest time for one try.
/vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/
H A Djustify.vim28 " If specified, alignment will only be done, if the longest space run
/vim-8.2.3635/src/
H A Dregexp_bt.c2489 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()

12