| /vim-8.2.3635/runtime/syntax/ |
| H A D | rego.vim | 20 syn match regoFuncArrays "\<array\.\(concat\|slice\)\>" 23 syn keyword regoFuncStrings concat /\<contains\>/ endswith format_int indexof lower replace split s…
|
| H A D | latte.vim | 43 syn keyword latteSyntax concat cons def defmacro divide downcase contained
|
| H A D | arduino.vim | 47 syn keyword arduinoMethod concat end endsWith equals equalsIgnoreCase export
|
| H A D | voscm.vim | 31 … voscmFunction contained abs access after ask before break byte calc ceil command_status concat
|
| H A D | ant.vim | 54 syn keyword antElement display compilerarg compilerclasspath concat concatfilter condition copy cop…
|
| H A D | lifelines.vim | 65 syn keyword lifelinesFunct concat strconcat strlen substring index
|
| H A D | htmlos.vim | 27 …eright pasterightall pasterightallx chopleft chopleftx chopright choprightx format concat contained
|
| H A D | csp.vim | 67 syn keyword cspKeyword length null head tail concat elem
|
| H A D | sqloracle.vim | 96 syn keyword sqlFunction ascii chr concat initcap instr length lower lpad ltrim
|
| H A D | xquery.vim | 29 …iling codepoint-equal codepoints-to-string collection collection compare concat count current-date…
|
| H A D | pov.vim | 64 syn keyword povFunctions chr concat datetime now substr str strupr strlwr
|
| H A D | skill.vim | 80 syn match skillFunction "(concat\>"hs=s+1 81 syn match skillFunction "\<concat("he=e-1
|
| H A D | lua.vim | 232 syn match luaFunc /\<table\.concat\>/
|
| H A D | sqr.vim | 79 syn keyword sqrCommand close columns commit concat connect
|
| H A D | tcl.vim | 19 syn keyword tclCommand after append array bgerror binary cd chan clock close concat
|
| H A D | mysql.vim | 166 syn region mysqlFunction start="concat(" end=")" contains=ALL
|
| H A D | maxima.vim | 52 syn keyword maximaFunc comp2pui compfile compile compile_file components concan concat
|
| /vim-8.2.3635/src/ |
| H A D | fold.c | 2418 int concat; in foldUpdateIEMSRecurse() local 2519 concat = 0; in foldUpdateIEMSRecurse() 2521 concat = 1; in foldUpdateIEMSRecurse() 2529 || foldFind(gap, firstlnum - concat, &fp) in foldUpdateIEMSRecurse() 2535 if (fp->fd_top + fp->fd_len + concat > firstlnum) in foldUpdateIEMSRecurse() 2610 if (fp->fd_top == startlnum && concat) in foldUpdateIEMSRecurse()
|
| H A D | evalvars.c | 753 int concat; in ex_let() local 785 concat = expr[0] == '.' in ex_let() 790 if (!has_assign && !concat) in ex_let() 855 if (has_assign || concat) in ex_let()
|
| H A D | eval.c | 2872 int concat; in eval5() local 2881 concat = op == '.' && (*(p + 1) == '.' || in_old_script(2)); in eval5() 2882 if ((op != '+' && op != '-' && !concat) || p[1] == '=' in eval5() 2889 oplen = (concat && p[1] == '.') ? 2 : 1; in eval5()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pattern.txt | 334 concat, but only if all the preceding concats also match at the same 339 branch ::= concat 340 or concat \& concat 341 or concat \& concat \& concat 344 */concat* 345 3. A concat is one or more pieces, concatenated. It matches a match for the 349 concat ::= piece
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rubycomplete.vim | 290 $LOAD_PATH.concat(custom_paths).uniq! 775 methods.concat m.instance_methods(false)
|
| H A D | javascriptcomplete.vim | 53 let arraymeth = ['concat', 'join', 'pop', 'push', 'reverse', 'shift', 116 let strimeth = ['anchor', 'big', 'blink', 'bold', 'charAt', 'charCodeAt', 'concat',
|
| H A D | clojurecomplete.vim | 12 …rator","compare","compare-and-set!","compile","complement","completing","concat","cond","cond->","…
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | logiPat.vim | 290 " LP_And: writes a logical-and concat using two patterns {{{2
|