| /vim-8.2.3635/src/ |
| H A D | userfunc.c | 654 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 D | register.c | 2893 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 D | indent.vim | 70 \ -hnl --honour-newlines 92 \ -nhnl --ignore-newlines
|
| H A D | pdf.vim | 43 " Do these twice. The ones with only newlines are foldable
|
| H A D | vrml.vim | 181 " newlines should count as whitespace, but they can't be matched yet :-(
|
| H A D | sqlhana.vim | 36 " 6. Convert spaces to newlines remove single character
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pattern.txt | 1359 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 D | ft_ada.txt | 453 line/column), stripping white space/newlines as necessary.
|
| H A D | usr_25.txt | 60 You do not have to type newlines; Vim puts them in automatically.
|
| H A D | eval.txt | 6454 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 D | test_python2.vim | 3596 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 D | test_python3.vim | 3784 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 D | test_lua.vim | 871 " Test for dealing with strings containing newlines and null character
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 986 " (newlines and surrounding spaces)
|
| /vim-8.2.3635/src/po/ |
| H A D | af.po | 2049 msgid "string cannot contain newlines" 2050 msgstr "string kan nie 'newlines' bevat nie"
|
| H A D | zh_TW.UTF-8.po | 2090 msgid "string cannot contain newlines"
|
| H A D | zh_CN.cp936.po | 2391 msgid "string cannot contain newlines"
|
| H A D | cs.cp1250.po | 1860 msgid "string cannot contain newlines"
|
| H A D | cs.po | 1860 msgid "string cannot contain newlines"
|
| H A D | zh_CN.po | 2392 msgid "string cannot contain newlines"
|
| H A D | zh_TW.po | 2083 msgid "string cannot contain newlines"
|
| H A D | zh_CN.UTF-8.po | 2391 msgid "string cannot contain newlines"
|
| H A D | uk.cp1251.po | 2768 msgid "string cannot contain newlines"
|
| H A D | nl.po | 2524 msgid "string cannot contain newlines"
|
| H A D | ja.euc-jp.po | 2480 msgid "string cannot contain newlines"
|