Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 25 of 79) sorted by relevance

1234

/vim-8.2.3635/runtime/syntax/
H A Dlftp.vim118 \ connection-t[akeover] id[le] limit-m[ax]
119 \ limit-r[ate] limit-total-m[ax]
120 \ limit-total-r[ate] max-ret[ries] no-[proxy]
H A Dtmux.vim70 \ backspace buffer-limit command-alias copy-command default-terminal editor
75 \ history-file history-limit key-table lock-after-time lock-command
76 \ message-command-style message-limit message-style aggressive-resize
84 \ prefix2 prompt-history-limit remain-on-exit renumber-windows repeat-time
H A Dupstart.vim41 syn keyword upstartStatement limit
62 " options for limit
H A Dlisp.vim117 syn keyword lispFunc array-dimension-limit get-internal-real-time read-byte
125 syn keyword lispFunc array-rank-limit go read-preserving-whitespace
128 syn keyword lispFunc array-total-size-limit handler-case readtable-case
171 syn keyword lispFunc boole-orc1 lambda-parameters-limit serious-condition
185 syn keyword lispFunc call-arguments-limit least-positive-double-float shared-initialize
210 syn keyword lispFunc char-bits-limit logand single-float
212 syn keyword lispFunc char-code-limit logandc2 single-float-negative-epsilon
217 syn keyword lispFunc char-font-limit logical-pathname-translations slot-exists-p
309 syn keyword lispFunc delete-file multiple-values-limit terpri
H A Dcabal.vim11 " Added cabalStatementRegion to limit matches of keywords, which fixes
13 " Added cabalVersionRegion to limit the scope of cabalVersionOperator
H A Dfetchmail.vim45 \ limit warnings batchlimit fetchlimit expunge
H A Dregistry.vim77 " The limit to 999 matches is arbitrary, it avoids Vim crashing on a very long
H A Dprivoxy.vim33 syn match privoxyAction "\%(kill-popups\|limit-connect\|overwrite-last-modified\|prevent-compressio…
H A Ddiva.vim29 syn keyword divaMeasKeywords polarized limit keep ignore
H A Dsamba.vim44 syn keyword sambaKeyword contained kernel key ldap length level level2 limit
H A Dps1.vim65 …convertfrom|convertto|dismount|edit|expand|export|group|import|initialize|limit|merge|mount|out|pu…
/vim-8.2.3635/src/testdir/
H A Dtest_memory_usage.vim102 " Estimate the limit of max usage as 2x initial usage.
103 " The lower limit can fluctuate a bit, use 97%.
148 " Allow for 20% tolerance at the upper limit. That's very permissive, but
H A Dtest_timers.vim26 let limit = 180
28 let limit = 100
31 call assert_inrange(49, limit, slept)
33 call assert_inrange(20, limit, slept)
/vim-8.2.3635/src/xdiff/
H A Dxemit.c143 struct func_line *func_line, long start, long limit)
145 long l, size, step = (start > limit) ? -1 : 1;
151 for (l = start; l != limit && 0 <= l && l < xe->xdf1.nrec; l += step) {
/vim-8.2.3635/src/
H A Dspellsuggest.c470 int limit; in spell_suggest() local
542 limit = (int)Rows - 2; in spell_suggest()
544 limit = sps_limit; in spell_suggest()
3182 int limit; in add_sound_suggest() local
3336 p, limit); in add_sound_suggest()
4130 int limit) in spell_edit_score_limit() argument
4158 minscore = limit + 1; in spell_edit_score_limit()
4291 if (minscore > limit) in spell_edit_score_limit()
4305 int limit) in spell_edit_score_limit_w() argument
4342 minscore = limit + 1; in spell_edit_score_limit_w()
[all …]
H A Dviminfo.c1593 int limit; in read_viminfo_register() local
1631 limit = 100; // Optimized for registers containing <= 100 lines in read_viminfo_register()
1640 array = ALLOC_MULT(char_u *, limit); in read_viminfo_register()
1658 if (size == limit) in read_viminfo_register()
1661 alloc(limit * 2 * sizeof(char_u *)); in read_viminfo_register()
1668 for (i = 0; i < limit; i++) in read_viminfo_register()
1672 limit *= 2; in read_viminfo_register()
H A Dsyntax.c326 static void limit_pos(lpos_T *pos, lpos_T *limit);
327 static void limit_pos_zero(lpos_T *pos, lpos_T *limit);
3025 limit_pos(lpos_T *pos, lpos_T *limit) in limit_pos() argument
3027 if (pos->lnum > limit->lnum) in limit_pos()
3028 *pos = *limit; in limit_pos()
3029 else if (pos->lnum == limit->lnum && pos->col > limit->col) in limit_pos()
3030 pos->col = limit->col; in limit_pos()
3039 lpos_T *limit) in limit_pos_zero() argument
3042 *pos = *limit; in limit_pos_zero()
3044 limit_pos(pos, limit); in limit_pos_zero()
H A Dfilepath.c620 char_u *limit = *fnamep; in modify_fname() local
622 if (limit < tail) in modify_fname()
623 limit = tail; in modify_fname()
624 if (s > limit) // remove one extension in modify_fname()
2014 int limit = 100; in f_resolve() local
2055 if (limit-- == 0) in f_resolve()
H A Dregexp_bt.c4516 long limit; in regmatch() local
4521 limit = OPERAND_MIN(rp->rs_scan); in regmatch()
4524 if (limit > 0 in regmatch()
4529 - rp->rs_un.regsave.rs_u.pos.col >= limit)) in regmatch()
4568 if (limit > 0 && (long)(behind_pos.rs_u.ptr in regmatch()
4569 - rp->rs_un.regsave.rs_u.ptr) > limit) in regmatch()
/vim-8.2.3635/runtime/autoload/
H A Dxmlformat.vim164 let limit = s:Textwidth()
181 elseif column > limit || cnt == 0
/vim-8.2.3635/runtime/ftplugin/
H A Dfortran.vim46 " are checked. Increase the limit below if you keep lots of comments at
/vim-8.2.3635/runtime/doc/
H A Dscroll.txt207 limit of its text, the window no longer scrolls, but remembers how far past
208 the limit it wishes to be. The window keeps this information so that it can
H A Dpattern.txt282 You can limit the search command "/" to a certain range of lines by including
283 \%>l items. For example, to match the word "limit" below line 199 and above
725 At least set a limit for the look-behind, see below.
729 But to limit the time needed, only the line where what follows matches
752 After crossing a line boundary, the limit is relative to the end of
755 The number zero is the same as no limit.
766 for a match). Use a limit if you can, see below.
/vim-8.2.3635/runtime/indent/
H A Dpython.vim73 " searchpair() can be slow sometimes, limit the time to 150 msec or what is
H A Dfortran.vim54 " are checked. Increase the limit below if you keep lots of comments at

1234