| /vim-8.2.3635/src/testdir/ |
| H A D | test_regexp_latin.vim | 164 call add(tl, [2, 'ab', 'aab', 'ab']) 172 call add(tl, [2, 'c*', 'abdef', '']) 185 call add(tl, [2, 'c\?', 'ccb', 'c']) 193 call add(tl, [2, '\va{2}', 'aba']) 194 call add(tl, [2, '\va{2}', 'ab']) 252 call add(tl, [2, 'a*', 'cc', '']) 287 call add(tl, [2, 'x', 'abcdef']) 295 call add(tl, [2, 'ab', 'baced']) 299 call add(tl, [2, 'x*', 'xcd', 'x']) 436 call add(tl, [2, '.a$', " a\n "]) [all …]
|
| H A D | test_close_count.vim | 9 call add(wids, win_getid()) 15 windo call add(ids, win_getid()) 20 windo call add(ids, win_getid()) 25 windo call add(ids, win_getid()) 31 windo call add(ids, win_getid()) 36 call add(wids, win_getid()) 38 call add(wids, win_getid()) 61 call add(wids, win_getid()) 88 call add(wids, win_getid()) 90 call add(wids, win_getid()) [all …]
|
| H A D | test_regexp_utf8.vim | 243 call add(tl, [2, '\p\+', 'ìa', 'ìa']) 244 call add(tl, [2, '\p*', 'aあ', 'aあ']) 247 call add(tl, [2, '\i\+', '&*¨xx ', 'xx']) 251 call add(tl, [2, '.ม', 'xม่x yมy', 'yม']) 252 call add(tl, [2, '.ม่', 'xม่x yมy', 'xม่']) 265 call add(tl, [2, "a", "ca\u0300t"]) 266 call add(tl, [2, "ca", "ca\u0300t"]) 273 call add(tl, [2, 'ú\Z', 'x']) 278 call add(tl, [2, 'יְ\Z', 'וְיַ', 'יַ']) 283 call add(tl, [2, "\u05b9\\Z", "xyz"]) [all …]
|
| H A D | gen_opt_test.vim | 133 … \ 'spellfile': [['', 'file.en.add', '/tmp/dir\ with\ space/en.utf-8.add'], ['xxx', '/tmp/file']], 190 call add(script, 'set ' . name) 191 call add(script, 'set ' . shortname) 192 call add(script, 'set no' . name) 193 call add(script, 'set no' . shortname) 196 call add(script, 'set ' . name . '=' . val) 206 call add(script, "endif") 211 call add(script, 'set ' . name . '&') 219 call add(script, 'set nomore') 226 call add(script, 'let &term = save_term') [all …]
|
| H A D | runtest.vim | 39 " call add(v:errors, 'test foo failed: Cannot find xyz') 48 " call add(v:errors, "this happened") 162 call add(v:errors, 'typedef not found in alloc.h') 210 call add(s:messages, ' Skipped') 219 call add(s:messages, ' Skipped') 285 call add(s:messages, message) 360 call add(s:messages, message) 364 call add(s:messages, message) 370 call add(s:messages, message) 404 call add(s:messages, ' Skipped') [all …]
|
| H A D | test_cscope.vim | 14 cscope add Xcscope.out 29 cscope add Xcscope.out 34 call assert_fails('cscope add', 'E560:') 35 call assert_fails('cscope add Xcscope.out', 'E568:') 236 cscope add Xcscope.out 240 cscope add Xcscope.out . 253 cscope add Xcscope.out 254 cscope add Xcscope2.out . -C 298 " Test ":cs add {dir}" (add the {dir}/cscope.out database) 307 cs add Xcscopedir [all …]
|
| H A D | test_viminfo.vim | 154 call add(g:MY_GLOBAL_LIST, g:MY_GLOBAL_LIST) 331 call add(l, 'something') 577 call add(lines, '|234234234234234324,nothing') 578 call add(lines, '|1+"no comma"') 580 call add(lines, '|1,"string version"') 582 call add(lines, '|1,"x') " missing quote 584 call add(lines, '|1,,,,') "trailing comma 594 call add(lines, '|1,4') 599 call add(lines, '|2,0,,1,"x"') " no timestamp 1260 call add(lines, '|1,4') [all …]
|
| H A D | test_spellfile.vim | 25 let cnt=readfile('./Xspellfile.add') 46 let cnt=readfile('./Xspellfile.add') 52 let cnt=readfile('./Xspellfile.add') 118 call delete('./Xspellfile.add') 134 call delete('./Xspellfile.add') 150 set spellfile=./Xspellfile.add,./Xspellfile2.add 151 call delete('./Xspellfile.add') 171 call delete("./Xspellfile.add") 172 call delete("./Xspellfile2.add") 847 set spellfile=Xtest.utf-8.add [all …]
|
| H A D | test_command_count.vim | 166 .,$-argdo call add(args, expand('%')) 173 .,$-windo call add(windows, winnr()) 180 .,$-bufdo call add(buffers, bufnr('%')) 185 exe (bufnr + 2) . ',' . (bufnr + 5) . "bufdo call add(buffers, bufnr('%'))" 192 .,$-tabdo call add(tabpages, tabpagenr())
|
| H A D | test_vim9_script.vim | 370 add(l, '1') 372 add(l, '2') 376 add(l, '3') 383 add(l, '1') 385 add(l, '2') 837 l->add('1') 839 l->add('x') 841 l->add('2') 872 l->add('x') 874 l->add('4') [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | rnoweb.vim | 21 syn cluster texMatchGroup add=@rnoweb 22 syn cluster texMathMatchGroup add=rnowebSexpr 23 syn cluster texMathZoneGroup add=rnowebSexpr 24 syn cluster texEnvGroup add=@rnoweb 25 syn cluster texFoldGroup add=@rnoweb 26 syn cluster texDocGroup add=@rnoweb 27 syn cluster texPartGroup add=@rnoweb 28 syn cluster texChapterGroup add=@rnoweb 29 syn cluster texSectionGroup add=@rnoweb 30 syn cluster texSubSectionGroup add=@rnoweb [all …]
|
| H A D | raku.vim | 236 \ add=rakuEscQQ 241 \ add=rakuEscape 244 \ add=rakuEscHex 245 \ add=rakuEscOct 247 \ add=rakuEscNull 535 \ add=rakuRxMeta 538 \ add=rakuEscHex 539 \ add=rakuEscOct 540 \ add=rakuEscNull 543 \ add=rakuRxGroup [all …]
|
| H A D | typescriptcommon.vim | 697 syntax cluster props add=typescriptArrayMethod 762 syntax cluster props add=typescriptDateMethod 775 syntax cluster props add=typescriptRegExpProp 783 syntax cluster props add=typescriptES6MapProp 792 syntax cluster props add=typescriptES6SetProp 825 syntax cluster props add=typescriptIntlMethod 1247 syntax cluster props add=typescriptXHRProp 1251 syntax cluster props add=typescriptXHRMethod 1617 syntax cluster events add=typescriptCSSEvent 1702 syntax cluster events add=typescriptSVGEvent [all …]
|
| H A D | java.vim | 77 syn cluster javaTop add=javaR_JavaLang 78 syn cluster javaClasses add=javaR_JavaLang 81 syn cluster javaTop add=javaC_JavaLang 82 syn cluster javaClasses add=javaC_JavaLang 85 syn cluster javaTop add=javaE_JavaLang 86 syn cluster javaClasses add=javaE_JavaLang 89 syn cluster javaTop add=javaX_JavaLang 90 syn cluster javaClasses add=javaX_JavaLang 105 syn cluster javaTop add=javaLangObject 240 syn cluster javaTop add=javaDebug [all …]
|
| H A D | xquery.vim | 31 …add-dayTimeDuration-to-date add-dayTimeDuration-to-dateTime add-dayTimeDuration-to-time add-dayTim…
|
| H A D | cobol.vim | 61 "#C22032019: Remove BY, REPLACING, PROGRAM, TO, IN from 'keyword' group and add 106 syn cluster cobolLine add=cobolConstant,cobolNumber,cobolPic 126 syn cluster cobolLine add=cobolInlineComment 139 syn cluster cobolStart add=cobolBadLine 152 syn cluster cobolLine add=cobolGoToPara,cobolCopyName 157 syn cluster cobolLine add=cobolGoTo,cobolCopy,cobolBAD,cobolWatch,cobolEXECs 161 " #C22032019: Remove REPLACING from cobolWatch 'keyword' group and add to cobolCopy & 173 syn cluster cobolAreaA add=cobolDeclA 174 syn cluster cobolAreaAB add=cobolDecl 184 syn cluster cobolLine add=cobolCALLs,cobolString,cobolCondFlow [all …]
|
| H A D | groovy.vim | 26 " 2) add this line to recognize groovy files by filename extension: 31 " 3) add this part to recognize by content groovy script (no extension needed :-) 141 syn cluster groovyTop add=groovyJavaLangObject,groovyJavaLangClass,groovyLangClass 142 syn cluster groovyClasses add=groovyJavaLangClass,groovyLangClass 168 syn cluster groovyTop add=groovyJDKBuiltin,groovyJDKOperOverl,groovyJDKMethods 207 syn cluster groovyCommentSpecial add=groovyCommentString,groovyCommentCharacter,groovyNumber 218 syn cluster groovyTop add=groovyComment,groovyLineComment 296 syn cluster groovyTop add=groovyFuncDef,groovyBraces 322 syn cluster groovyTop add=groovyDebug 361 "syn cluster groovyTop add=groovyTokens [all …]
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | unicode.vim | 22 call add(s:dataprops, l) 39 call add(s:foldprops, l) 57 call add(s:widthprops, l) 69 let add = -1 87 let add = nl - n 112 let add = -1 130 let add = nl - n 149 func! Range(ranges, start, end, step, add) argument 151 call add(a:ranges, s) 325 call add(result, [low, high]) [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | tohtml.vim | 369 call add(html, xml_line) 376 call add(html, '<html>') 381 call add(html, '<html>') 383 call add(html, '<head>') 408 call add(html, '</head>') 413 call add(html, '<tr>') 417 call add(html, '</tr><tr>') 483 call add(html, '<td><div>') 500 call add(html, '</tr>') 501 call add(html, '</table>') [all …]
|
| H A D | xmlformat.vim | 39 call add(result, '') 53 call add(result, s:Indent(item)) 55 call add(result, s:Indent(item)) 58 call add(result, s:Indent(item)) 65 " if the content fits well within a single line, add it there 86 call add(result, s:Indent(item)) 177 call add(result, '') 182 let add = s:Indent(s:Trim(word)) 183 call add(result, add) 184 let column = strdisplaywidth(add)
|
| H A D | xmlcomplete.vim | 159 call add(res, m.';') 166 call add(res, m.';') 168 call add(res2, m.';') 265 call add(res, m) 267 call add(res2, m) 322 call add(res, m) 325 call add(res2, m) 339 call add(res, substitute(m, '^?', '', '')) 341 call add(res, substitute(m, '^?', '', '')) 368 call add(res, m) [all …]
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | VsReadMe.txt | 7 demonstrates the basics of creating a Developer Studio add-in, but it is also 8 a starting point for writing your own add-in. 10 An add-in mainly does two things. 13 by the add-in. 15 In both cases, the add-in code has access to the full Developer Studio 54 classes or add new classes. ClassWizard also uses this file to store 64 for connecting and disconnecting the add-in. 69 for each command you add to Developer Studio.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | xml.vim | 84 fun! <SID>XmlIndentSum(line, style, add) argument 86 " no complete tag, add one additional indent level 88 return a:add + shiftwidth() 91 return a:add 97 \ - <SID>XmlIndentWithPattern(a:line, '.\{-}/>'))) + a:add 99 return a:add 184 " if previous tag was a closing tag, do not add 197 " start of comment, add one indentation level 204 " middle part of comment, add one additional level
|
| H A D | julia.vim | 73 call add(blocks_stack, 'if') 82 call add(blocks_stack, 'elseif') 93 call add(blocks_stack, 'else') 102 call add(blocks_stack, 'try') 111 call add(blocks_stack, 'catch') 122 call add(blocks_stack, 'finally') 134 call add(blocks_stack, 'other') 146 call add(blocks_stack, 'other') 194 call add(brackets_stack, ['par',i]) 201 call add(brackets_stack, ['sqbra',i]) [all …]
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | cleanadd.vim | 1 " Vim script to clean the ll.xxxxx.add files of commented out entries 5 " Time in seconds after last time an ll.xxxxx.add file was updated 13 " Loop over all the runtime/spell/*.add files. 15 for s:fname in split(globpath(&rtp, "spell/*.add"), "\n")
|