| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 169 call append("$", "\t" .. line) 199 call append("$", "") 206 call append("$", "") 207 call append("$", line) 208 call append("$", "") 209 call append(s:lnum, line) 304 call append("$", " \tset tl=" . &tl) 345 call append("$", " \tset so=" . &so) 363 call append("$", " \tset ss=" . &ss) 371 call append("$", " \tset ch=" . &ch) [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 1434 py cb.append(b[0]) 1475 b.append('foo') 1998 cb.append(line) 2599 cb.append("> Output") 2649 cb.append('> import') 2691 cb.append(">>> iter") 2703 cb.append("> List") 2758 cb.append("> Window") 2771 cb.append("> Buffer") 3659 cb.append(repr(l)) [all …]
|
| H A D | test_python3.vim | 343 py3 r.append(['a', 'b']) 350 py3 r.append('a') 352 py3 r.append('b', 1) 1629 py3 cb.append(b[0]) 1670 b.append('foo') 2185 cb.append(line) 2787 cb.append("> Output") 2837 cb.append('> import') 2891 cb.append("> List") 3856 cb.append(repr(l)) [all …]
|
| H A D | test_wordcount.vim | 15 call append(1, 'one two three') 22 call append(1, 'one two three') 30 call append(1, 'one two three') 38 call append(1, ['one two three', 'one two three', 'one two three']) 45 call append(1, 'one two three') 57 call append(1, ['Äne M¤ne Müh']) 64 call append(1, ['Äne M¤ne Müh', 'und raus bist dü!']) 75 call append(1, ['Äne M¤ne Müh', 'und raus bist dü!']) 84 call append(1, ['Äne M¤ne Müh', 'und raus bist dü!']) 93 call append(1, ['Äne M¤ne Müh', 'und raus bist dü!'])
|
| H A D | test_file_size.vim | 19 call append(i, range(i, i + 99)) 43 call append(0, "This is the start") 44 call append(1, repeat(["This is the leader"], 3001)) 45 call append(3002, "This is the middle") 46 call append(3003, repeat(["This is the trailer"], 3001)) 47 call append(6004, "This is the end")
|
| H A D | test_cindent.vim | 1094 call append(0, code) 2081 call append(0, code) 2128 call append(0, code) 2178 call append(0, code) 2218 call append(0, code) 2275 call append(0, code) 2327 call append(0, code) 2372 call append(0, code) 2417 call append(0, code) 2460 call append(0, code) [all …]
|
| H A D | test_visual.vim | 144 call append(0, ['123456', 489 call append(0, '') 520 call append(0, '') 555 call append(0, '') 599 call append(0, '') 631 call append('$', ['a', 'b', 'c']) 638 call append('$', ['a', 'b', 'c']) 721 call append('$', 'zzz ') 733 call append(0, '') 948 call append(0, '') [all …]
|
| H A D | test_selectmode.vim | 59 call append('$', ['a', 'b', 'c']) 65 call append('$', ['a', 'b', 'c']) 71 call append('$', ['a', 'b', 'c']) 77 call append('$', ['a', 'b', 'c']) 102 call append('$', ['a', 'b', 'c']) 108 call append('$', ['a', 'b', 'c']) 114 call append('$', ['a', 'b', 'c']) 120 call append('$', ['a', 'b', 'c'])
|
| H A D | test_ruby.vim | 108 " Test buffer.append({str}, str) (append line {str} after line {n}) 111 ruby $curbuf.append(0, 'one') 112 ruby $curbuf.append(1, 'three') 113 ruby $curbuf.append(1, 'two') 114 ruby $curbuf.append(4, 'four') 118 call assert_fails('ruby $curbuf.append(-1, "x")', 120 call assert_fails('ruby $curbuf.append(6, "x")', 350 $curbuf.append(curline, l.join("\n"))
|
| H A D | test_virtualedit.vim | 95 call append(0, '') 234 call append(0, 'all your base are belong to us') 247 call append(0, '1 2 3 4 5 6') 258 call append(0, ["'i'", "'C'", "'a'", "'A'", "'D'"]) 282 call append(0, repeat(['this is a test'], 3)) 293 call append(0, '"r"') 315 call append(0, "'r'\t") 329 call append(0, "a\<C-V>b\<CR>sd") 343 call append(0, 'abcv8efi.him2kl') 356 call append(0, "foo, bar")
|
| H A D | test_textformat.vim | 9 call append('$', [ 23 call append('$', [ 41 call append('$', [ 57 call append('$', [ 74 call append('$', [ 90 call append('$', [ 110 call append('$', [ 124 call append('$', [ 205 call append(0, [ 230 call append(0, [ [all …]
|
| H A D | test_tcl.vim | 478 " Test $buf append (append line in buffer) 482 tcl $buf append 1 "first" 483 tcl $buf append 2 "second" 484 tcl $buf append 2 "third" 485 tcl $buf append 4 "fourth" 486 tcl $buf append 1 "fifth" 489 call assert_fails('tcl $buf append -1 "x"', 'line number out of range') 493 call assert_fails('tcl $buf append', 'wrong # args:') 494 call assert_fails('tcl $buf append 1 x x', 'wrong # args:') 496 " Try to append lines to a 'nomodifiable' buffer [all …]
|
| H A D | test_listchars.vim | 13 call append(0, [ 102 call append(0, [ 121 call append(0, [ 151 call append(0, [ 238 call append(0, [ ">" .. nbsp .. "<" ]) 256 call append(0, [ repeat('A', &columns + 1) ]) 285 call append(0, [" a\tb c" .. nbsp .. "d "]) 361 call append(0, [
|
| H A D | runtest.vim | 69 call append(line('$'), '') 70 call append(line('$'), 'From ' . expand('%') . ':') 71 call append(line('$'), error) 332 call append(line('$'), '') 333 call append(line('$'), 'From ' . g:testname . ':') 334 call append(line('$'), s:errors) 379 call append(line('$'), '') 380 call append(line('$'), 'From ' . g:testname . ':') 381 call append(line('$'), s:messages)
|
| H A D | test_search_stat.vim | 10 call append(0, repeat(['foobar', 'foo', 'fooooobar', 'foba', 'foobar'], 10)) 207 call append(50, repeat(['foobar', 'foo', 'fooooobar', 'foba', 'foobar'], 10)) 251 call append(0, repeat(['foobar', 'foo', 'fooooobar', 'foba', 'foobar'], 100000)) 278 call append(0, 'this is something') 307 call append(0, ['if', "\tfoo", "\tfoo", 'endif']) 336 call append(0, repeat(['foobar', 'foo', 'fooooobar', 'foba', 'foobar'], 20))
|
| H A D | test_listener.vim | 31 call append(2, 'two two') 65 call append(2, 'two two') 80 call append(1, 'two two') 89 call append(0, 'two two') 185 call append(2, 'two two') 187 call append(5, 'five five')
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | spec.vim | 106 call append(line("$"),"") 107 call append(line("$"),"%changelog") 111 call append(line("."),"%changelog") 142 call append(chgline+n, parsed_format) 145 call append(chgline+n, release_info) 148 call append(chgline+n,"- ") 150 call append(chgline+n,"") 159 call append(line+1,"- ")
|
| H A D | debchangelog.vim | 111 call append(0, substitute(getline(1), '-\([[:digit:]]\+\))', '-$$\1)', '')) 112 call append(1, '') 113 call append(2, '') 114 call append(3, ' -- ') 115 call append(4, '') 132 call append('.', ' * ') 149 call append('.', ' * (closes: #' . input('Bug number to close: ') . ')')
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | hitest.vim | 94 call append(0, "Highlighting groups for various occasions") 95 call append(1, "-----------------------------------------") 115 call append(b:i+1, "") 116 call append(b:i+2, b:synhead) 117 call append(b:i+3, substitute(b:synhead, '.', '-', 'g')) 128 0 append
|
| /vim-8.2.3635/src/ |
| H A D | bufwrite.c | 635 int append, // append to the file in buf_write() argument 812 if (append) in buf_write() 920 if (append) in buf_write() 1174 if ((bkc & BKC_YES) || append) // "yes" in buf_write() 1913 if (!append) in buf_write() 1921 if (!overwriting && !append) in buf_write() 1987 && !append in buf_write() 2001 && !append in buf_write() 2409 if (append) in buf_write() 2438 if (append) in buf_write() [all …]
|
| H A D | evalbuffer.c | 140 int append, in set_buffer_lines() argument 144 linenr_T lnum = lnum_arg + (append ? 1 : 0); in set_buffer_lines() 171 if (append) in set_buffer_lines() 220 if (!append && lnum <= curbuf->b_ml.ml_line_count) in set_buffer_lines() 293 buf_set_append_line(typval_T *argvars, typval_T *rettv, int append) in buf_set_append_line() argument 310 set_buffer_lines(buf, lnum, append, &argvars[2], rettv); in buf_set_append_line()
|
| /vim-8.2.3635/src/tee/ |
| H A D | tee.c | 84 int append = 0; in main() local 99 append++; in main() 130 filepointers[i] = fopen(argv[i+optind], append ? "ab" : "wb"); in main()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | python3complete.vim | 98 def dbg(s): debugstmts.append(s) 167 items.append("...") 169 items.append("***") 246 completions.append(c) 268 self.subscopes.append(sub) 283 self.locals.append(loc) 373 name.append(token) 379 name.append(token) 389 imports.append((name, name2)) 403 names.append(name.strip())
|
| H A D | pythoncomplete.vim | 96 def dbg(s): debugstmts.append(s) 184 items.append("...") 186 items.append("***") 264 completions.append(c) 286 self.subscopes.append(sub) 301 self.locals.append(loc) 391 name.append(token) 397 name.append(token) 407 imports.append((name, name2)) 421 names.append(name.strip())
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | runtest.vim | 49 call append(0, 'ERROR: START_INDENT and/or END_INDENT not found') 71 call append(indent_at, 'ERROR: duplicate pattern') 91 call append(indent_at, 'ERROR: pattern not found: ' . pattern)
|