| /vim-8.2.3635/src/testdir/ |
| H A D | test_join.vim | 253 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 D | test_cdo.vim | 53 " Boundary condition tests 167 " Boundary condition tests
|
| H A D | test_smartindent.vim | 81 " Test for indenting a statement after a if condition split across lines
|
| H A D | test_debugger.vim | 1367 " 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 D | macros.h | 129 # define LANGMAP_ADJUST(c, condition) \ argument 132 && (condition) \ 144 # define LANGMAP_ADJUST(c, condition) // nop argument
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | erlang.vim | 886 " 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 D | verilog.vim | 67 " Define the condition of an open statement 70 " Define the condition when the statement ends with a one-line comment
|
| H A D | systemverilog.vim | 55 " Define the condition of an open statement 58 " Define the condition when the statement ends with a one-line comment
|
| H A D | sh.vim | 133 " Current line is a endif line, so get indent from start of "if condition" line
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | lisp.vim | 171 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 D | datascript.vim | 29 syn keyword dsConditional if condition
|
| H A D | cupl.vim | 30 syn keyword cuplStatement append condition
|
| H A D | gdb.vim | 25 syn keyword gdbStatement contained complete condition continue delete detach directory disable disa…
|
| H A D | ant.vim | 54 syn keyword antElement display compilerarg compilerclasspath concat concatfilter condition copy cop…
|
| H A D | natural.vim | 42 syn keyword naturalConditional decide end-decide value when condition none any
|
| H A D | exim.vim | 54 syn keyword eximKeyword condition debug_print domains driver errors_to fail_verify fail_verify_reci…
|
| H A D | xmath.vim | 116 syn keyword xmathFunc condition GuiShellCreate nyquist spectrad
|
| H A D | rexx.vim | 52 " hilite condition name (serves as label)
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | chicken.vim | 19 setl lispwords+=condition-case
|
| H A D | sql.vim | 297 " [while condition] loop
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_46.txt | 101 if condition 108 let word = condition ? 'yes' : 'no'
|
| H A D | usr_41.txt | 83 :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 D | vim9.txt | 490 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 D | usr_44.txt | 296 if (condition) then ~ 298 You want to highlight the three items differently. But "(condition)" and 310 if not (condition) then ~
|
| H A D | spell.txt | 1037 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
|