Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 84) sorted by relevance

1234

/vim-8.2.3635/src/testdir/
H A Dtest_join.vim253 if (condition) // Remove the next comment leader!
257 if (condition) // Remove the next comment leader!
286 if (condition) // Remove the next comment leader! OK, I will.
288 if (condition) // Remove the next comment leader! OK, I will.
347 if (condition) // Remove the next comment leader!
351 if (condition) // Remove the next comment leader!
412 if (condition) // Remove the next comment leader! OK, I will.
414 if (condition) // Remove the next comment leader! OK, I will.
H A Dtest_cdo.vim53 " Boundary condition tests
167 " Boundary condition tests
H A Dtest_smartindent.vim81 " Test for indenting a statement after a if condition split across lines
H A Dtest_debugger.vim1367 " Test for setting a breakpoint on a :endif where the :if condition is false
1395 " Test for setting a breakpoint on a :else where the :if condition is false
1425 " Test for setting a breakpoint on a :endwhile where the :while condition is
/vim-8.2.3635/src/
H A Dmacros.h129 # define LANGMAP_ADJUST(c, condition) \ argument
132 && (condition) \
144 # define LANGMAP_ADJUST(c, condition) // nop argument
/vim-8.2.3635/runtime/indent/
H A Derlang.vim886 " stack = [] => LTI is a condition
888 " stack = ['->', ';'] => LTI is a condition
891 call s:Log(' LTI is in a condition after ' .
908 " stack = [] => LTI is a condition
910 " stack = ['->', ';'] => LTI is a condition
935 call s:Log(' LTI is in a condition; matching ' .
982 " stack = [] => LTI is a condition
984 " stack = ['->', ';'] => LTI is a condition
1224 " LTI (branch, condition or guard).
1242 " stack = ['->'] -> LTI is a condition
[all …]
H A Dverilog.vim67 " Define the condition of an open statement
70 " Define the condition when the statement ends with a one-line comment
H A Dsystemverilog.vim55 " Define the condition of an open statement
58 " Define the condition when the statement ends with a one-line comment
H A Dsh.vim133 " Current line is a endif line, so get indent from start of "if condition" line
/vim-8.2.3635/runtime/syntax/
H A Dlisp.vim171 syn keyword lispFunc boole-orc1 lambda-parameters-limit serious-condition
198 syn keyword lispFunc change-class lisp-implementation-version simple-condition
199 syn keyword lispFunc char list simple-condition-format-arguments
200 syn keyword lispFunc char< list* simple-condition-format-control
241 syn keyword lispFunc compilation-speed make-array storage-condition
246 syn keyword lispFunc compile-file-pathname make-condition stream-error-stream
259 syn keyword lispFunc condition make-sequence string-char-p
292 syn keyword lispFunc define-condition most-negative-double-float symbol-function
368 syn keyword lispFunc fceiling pathname-device with-condition-restarts
H A Ddatascript.vim29 syn keyword dsConditional if condition
H A Dcupl.vim30 syn keyword cuplStatement append condition
H A Dgdb.vim25 syn keyword gdbStatement contained complete condition continue delete detach directory disable disa…
H A Dant.vim54 syn keyword antElement display compilerarg compilerclasspath concat concatfilter condition copy cop…
H A Dnatural.vim42 syn keyword naturalConditional decide end-decide value when condition none any
H A Dexim.vim54 syn keyword eximKeyword condition debug_print domains driver errors_to fail_verify fail_verify_reci…
H A Dxmath.vim116 syn keyword xmathFunc condition GuiShellCreate nyquist spectrad
H A Drexx.vim52 " hilite condition name (serves as label)
/vim-8.2.3635/runtime/ftplugin/
H A Dchicken.vim19 setl lispwords+=condition-case
H A Dsql.vim297 " [while condition] loop
/vim-8.2.3635/runtime/doc/
H A Dusr_46.txt101 if condition
108 let word = condition ? 'yes' : 'no'
H A Dusr_41.txt83 :while {condition}
88 condition is true. The condition used here is the expression "i < 5". This
366 ":endif", only when a condition is met. The generic form is:
368 :if {condition}
372 Only when the expression {condition} evaluates to true (non-zero) will the
377 :if {condition}
386 :if {condition}
388 :elseif {condition}
418 The result is one if the condition is met and zero otherwise. An example: >
H A Dvim9.txt490 negation of a condition. Thus this is a shell command: >
630 autocmd BufNewFile *.match if condition
1660 - TypeScript can use an expression like "99 || 'yes'" in a condition, but
1733 condition would accept a string, convert it to a number and check if the
1736 considered false. Thus using a string for a condition would often not give an
1739 In Vim9 type checking is stricter to avoid mistakes. Where a condition is
1755 However, this conflicts with only allowing a boolean for a condition.
H A Dusr_44.txt296 if (condition) then ~
298 You want to highlight the three items differently. But "(condition)" and
310 if not (condition) then ~
H A Dspell.txt1037 SFX {flag} {strip} {add} {condition} {extra}
1043 bytes). This better match the {condition}, otherwise strange
1052 {condition} A simplistic pattern. Only when this matches with a basic
1056 When {condition} is a . (dot) there is no condition.
1070 For PFX the fields are the same, but the {strip}, {add} and {condition} apply

1234