Home
last modified time | relevance | path

Searched refs:concat (Results 1 – 25 of 37) sorted by relevance

12

/vim-8.2.3635/runtime/syntax/
H A Drego.vim20 syn match regoFuncArrays "\<array\.\(concat\|slice\)\>"
23 syn keyword regoFuncStrings concat /\<contains\>/ endswith format_int indexof lower replace split s…
H A Dlatte.vim43 syn keyword latteSyntax concat cons def defmacro divide downcase contained
H A Darduino.vim47 syn keyword arduinoMethod concat end endsWith equals equalsIgnoreCase export
H A Dvoscm.vim31 … voscmFunction contained abs access after ask before break byte calc ceil command_status concat
H A Dant.vim54 syn keyword antElement display compilerarg compilerclasspath concat concatfilter condition copy cop…
H A Dlifelines.vim65 syn keyword lifelinesFunct concat strconcat strlen substring index
H A Dhtmlos.vim27 …eright pasterightall pasterightallx chopleft chopleftx chopright choprightx format concat contained
H A Dcsp.vim67 syn keyword cspKeyword length null head tail concat elem
H A Dsqloracle.vim96 syn keyword sqlFunction ascii chr concat initcap instr length lower lpad ltrim
H A Dxquery.vim29 …iling codepoint-equal codepoints-to-string collection collection compare concat count current-date…
H A Dpov.vim64 syn keyword povFunctions chr concat datetime now substr str strupr strlwr
H A Dskill.vim80 syn match skillFunction "(concat\>"hs=s+1
81 syn match skillFunction "\<concat("he=e-1
H A Dlua.vim232 syn match luaFunc /\<table\.concat\>/
H A Dsqr.vim79 syn keyword sqrCommand close columns commit concat connect
H A Dtcl.vim19 syn keyword tclCommand after append array bgerror binary cd chan clock close concat
H A Dmysql.vim166 syn region mysqlFunction start="concat(" end=")" contains=ALL
H A Dmaxima.vim52 syn keyword maximaFunc comp2pui compfile compile compile_file components concan concat
/vim-8.2.3635/src/
H A Dfold.c2418 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 Devalvars.c753 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 Deval.c2872 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 Dpattern.txt334 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 Drubycomplete.vim290 $LOAD_PATH.concat(custom_paths).uniq!
775 methods.concat m.instance_methods(false)
H A Djavascriptcomplete.vim53 let arraymeth = ['concat', 'join', 'pop', 'push', 'reverse', 'shift',
116 let strimeth = ['anchor', 'big', 'blink', 'bold', 'charAt', 'charCodeAt', 'concat',
H A Dclojurecomplete.vim12 …rator","compare","compare-and-set!","compile","complement","completing","concat","cond","cond->","…
/vim-8.2.3635/runtime/plugin/
H A DlogiPat.vim290 " LP_And: writes a logical-and concat using two patterns {{{2

12