Home
last modified time | relevance | path

Searched refs:newlines (Results 1 – 25 of 56) sorted by relevance

123

/vim-8.2.3635/src/
H A Duserfunc.c654 garray_T *newlines, in get_function_body() argument
688 ((char_u **)(newlines->ga_data))[newlines->ga_len++] = NULL; in get_function_body()
1052 ((char_u **)(newlines->ga_data))[newlines->ga_len++] = p; in get_function_body()
1057 ((char_u **)(newlines->ga_data))[newlines->ga_len++] = NULL; in get_function_body()
1098 garray_T newlines; in lambda_function_body() local
1286 garray_T newlines; in get_lambda_tv() local
1309 ga_init(&newlines); in get_lambda_tv()
1429 ((char_u **)(newlines.ga_data))[newlines.ga_len++] = p; in get_lambda_tv()
1445 ((char_u **)(newlines.ga_data))[newlines.ga_len++] = in get_lambda_tv()
1474 fp->uf_lines = newlines; in get_lambda_tv()
[all …]
H A Dregister.c2893 int newlines; // number of lines added in str_to_reg() local
2912 newlines = 0; in str_to_reg()
2916 ++newlines; in str_to_reg()
2922 ++newlines; in str_to_reg()
2926 ++newlines; // count extra newline at the end in str_to_reg()
2931 --newlines; // uncount newline when appending first line in str_to_reg()
2936 if (y_ptr->y_size + newlines == 0) in str_to_reg()
2944 pp = lalloc_clear((y_ptr->y_size + newlines) * sizeof(char_u *), TRUE); in str_to_reg()
/vim-8.2.3635/runtime/syntax/
H A Dindent.vim70 \ -hnl --honour-newlines
92 \ -nhnl --ignore-newlines
H A Dpdf.vim43 " Do these twice. The ones with only newlines are foldable
H A Dvrml.vim181 " newlines should count as whitespace, but they can't be matched yet :-(
H A Dsqlhana.vim36 " 6. Convert spaces to newlines remove single character
/vim-8.2.3635/runtime/doc/
H A Dpattern.txt1359 embedded newlines as well. You can also set the 's' flag, which causes
1360 a . to match newlines as well. (Both these flags can be changed inside
1363 On the other hand, Vim's ^ and $ always match at embedded newlines, and
1367 class, and they will match newlines as well.
H A Dft_ada.txt453 line/column), stripping white space/newlines as necessary.
H A Dusr_25.txt60 You do not have to type newlines; Vim puts them in automatically.
H A Deval.txt6454 you also get filenames containing newlines correctly.
6517 also get filenames containing newlines correctly. Otherwise
10206 newlines are represented as newlines AND Nul bytes are
10207 represented as newlines as well, see |NL-used-for-Nul|.
11289 with a newline between each list item with newlines inside
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim3596 vim.current.buffer[0] = "\na":error:('string cannot contain newlines',)
3597 vim.current.buffer[0] = u"\na":error:('string cannot contain newlines',)
3602 vim.current.buffer[:] = ["\na", "bc"]:error:('string cannot contain newlines',)
3605 vim.current.buffer.append(["\na", "bc"]):error:('string cannot contain newlines',)
3606 vim.current.buffer.append("\nbc"):error:('string cannot contain newlines',)
H A Dtest_python3.vim3784 vim.current.buffer[0] = "\na":(<class 'vim.error'>, error('string cannot contain newlines',))
3785 vim.current.buffer[0] = b"\na":(<class 'vim.error'>, error('string cannot contain newlines',))
3790 …m.current.buffer[:] = ["\na", "bc"]:(<class 'vim.error'>, error('string cannot contain newlines',))
3793 …urrent.buffer.append(["\na", "bc"]):(<class 'vim.error'>, error('string cannot contain newlines',))
3794 … vim.current.buffer.append("\nbc"):(<class 'vim.error'>, error('string cannot contain newlines',))
H A Dtest_lua.vim871 " Test for dealing with strings containing newlines and null character
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim986 " (newlines and surrounding spaces)
/vim-8.2.3635/src/po/
H A Daf.po2049 msgid "string cannot contain newlines"
2050 msgstr "string kan nie 'newlines' bevat nie"
H A Dzh_TW.UTF-8.po2090 msgid "string cannot contain newlines"
H A Dzh_CN.cp936.po2391 msgid "string cannot contain newlines"
H A Dcs.cp1250.po1860 msgid "string cannot contain newlines"
H A Dcs.po1860 msgid "string cannot contain newlines"
H A Dzh_CN.po2392 msgid "string cannot contain newlines"
H A Dzh_TW.po2083 msgid "string cannot contain newlines"
H A Dzh_CN.UTF-8.po2391 msgid "string cannot contain newlines"
H A Duk.cp1251.po2768 msgid "string cannot contain newlines"
H A Dnl.po2524 msgid "string cannot contain newlines"
H A Dja.euc-jp.po2480 msgid "string cannot contain newlines"

123