Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/xdiff/
H A Dxemit.c74 long distance = xch->i1 - (xchp->i1 + xchp->chg1); in xdl_get_hunk() local
75 if (distance > max_common) in xdl_get_hunk()
78 if (distance < max_ignorable && (!xch->ignore || lxch == xchp)) { in xdl_get_hunk()
81 } else if (distance < max_ignorable && xch->ignore) { in xdl_get_hunk()
/vim-8.2.3635/src/
H A Dgui_beval.c382 int distance; in pointer_event() local
384 distance = ABS(x - beval->x) + ABS(y - beval->y); in pointer_event()
386 if (distance > 4) in pointer_event()
563 Position distance; // a measure of how much the pointer moved in pointerEvent() local
573 distance = delta; in pointerEvent()
577 distance += delta; in pointerEvent()
578 if (distance > 4) in pointerEvent()
/vim-8.2.3635/runtime/syntax/
H A Dhog.vim103 "syn region HogRuleOption start="\<gid\|sid\|rev\|depth\|offset\|distance\|within\>" end="…
105 …ion skipwhite contained nextgroup=HogRuleSROP depth startswith offset distance within http_clien…
H A Dtsscl.vim133 " Euclidean distance function (hypot)
H A Dpov.vim35 syn keyword povDescriptors distance fog_alt fog_offset fog_type turb_depth
H A Dsas.vim147 …aptivereg|bchoice|boxplot|calis|cancorr|candisc|cluster|corresp|discrim|distance|factor|fastclus|f…
197 …cusum cuprod cv cvexhull datasets design designf det diag dif dimension distance do duration echel…
H A Daml.vim32 …ges[ize] pageu[nits] pal[info] pan panview par[ticletrack] patc[h] path[distance] pe[nsize] pi[ck]…
H A Dmaple.vim516 syn keyword mvPkg_student D Product distance isolate middlesum rightsum
/vim-8.2.3635/runtime/doc/
H A Dspell.txt478 small editing distance (character swapped/omitted/inserted) and possibly a
482 The edit distance can be big but the word is similar after sound-folding.
H A Dindent.txt619 Sets maximum scan distance of `searchpairpos()`. Larger values trade
H A Dpattern.txt1471 - The number of characters (distance) between two consecutive matching
H A Dsyntax.txt2468 Below you can set the maximum distance VIM should look for starting points for
H A Dversion5.txt6568 distance from the window. (Marcin Dalecki)