| /vim-8.2.3635/src/ |
| H A D | regexp_nfa.c | 3997 } multi[NSUBEXP]; member 4077 sub->list.multi[j].start_col, in log_subexpr() 4079 sub->list.multi[j].end_col, in log_subexpr() 4142 vim_memset(sub->list.multi, 0xff, in clear_sub() 4161 mch_memmove(&to->list.multi[0], in copy_sub() 4162 &from->list.multi[0], in copy_sub() 4183 mch_memmove(&to->list.multi[1], in copy_sub_off() 4184 &from->list.multi[1], in copy_sub_off() 4205 to->list.multi[0].end_lnum = from->list.multi[0].end_lnum; in copy_ze_off() 4206 to->list.multi[0].end_col = from->list.multi[0].end_col; in copy_ze_off() [all …]
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | typescript.vim | 86 " Check if the character at lnum:col is inside a multi-line comment. 151 let multi = '\/\*\(.*\)\*\/\s*$' 152 return substitute(substitute(a:content, single, '', ''), multi, '', '') 356 " If we are in a multi-line comment, cindent does the right thing. 370 " If the line is empty and the previous nonblank line was a multi-line 377 " Find a non-blank, non-multi-line string line above the current line.
|
| H A D | awk.vim | 3 " Awk indent script. It can handle multi-line statements and expressions. 110 " complicated because the previous statement might be multi-line.
|
| H A D | ada.vim | 22 " Verify handling of multi-line exprs. and recovery upon the final ';'. 140 " (after we've indented due to multi-line statements).
|
| H A D | json.vim | 126 " If we are in a multi-line string, don't do anything to it.
|
| H A D | falcon.vim | 318 " If we are in a multi-line string or line-comment, don't do anything to it. 323 " Find a non-blank, non-multi-line string line above the current line.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_regexp_utf8.vim | 221 " Test for regexp patterns with multi-byte support, using utf-8. 380 " Tests for regexp with multi-byte encoding and various magic settings 425 " search for multi-byte without composing char 429 " search for multi-byte with composing char 454 " j Test backwards search from a multi-byte char 474 " command ":s/ \?/ /g" splits multi-byte characters into bytes
|
| H A D | test_textformat.vim | 537 " Test for formatting multi-byte text with 'fo=t' 574 " Test for formatting multi-byte text with 'fo=tm' and 'tw=1' 629 " Test for formatting multi-byte text with 'fo=tm' and 'tw=2' 718 " Test for formatting multi-byte text with 'fo=tm', 'tw=2' and 'autoindent'. 755 " Test for formatting multi-byte text with 'fo=tm', 'tw=2' and 'noai'. 884 " Test for ra on multi-byte characters 907 " Test for 'whichwrap' with multi-byte character
|
| H A D | test_utf8.vim | 5 " Visual block Insert adjusts for multi-byte char 101 " When 'encoding' is not multi-byte can still get utf-8 string.
|
| H A D | test_ga.vim | 26 " Test a few multi-bytes characters.
|
| H A D | test_charsearch.vim | 79 " use character search with a multi-byte character followed by a
|
| /vim-8.2.3635/src/po/ |
| H A D | en_GB.po | 583 #. Can't have a multi follow a multi. 584 msgid "E871: (NFA regexp) Can't have a multi follow a multi" 585 msgstr "E871: (NFA regexp) Cannot have a multi follow a multi"
|
| H A D | cleanup.vim | 5 " Requires Vim 6.0 or later (because of multi-line search patterns).
|
| /vim-8.2.3635/ci/ |
| H A D | setup-xvfb.sh | 13 WantedBy=multi-user.target
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | quickfix.txt | 1461 Multi-line messages *errorformat-multi-line* 1466 %E start of a multi-line error message 1467 %W start of a multi-line warning message 1468 %I start of a multi-line informational message 1469 %N start of a multi-line note message 1472 %C continuation of a multi-line message 1473 %Z end of a multi-line message 1793 produces simple multi-line error messages. 1833 it as a "continuation of a multi-line message." 1861 consisting of multi-line errors. [all …]
|
| H A D | pattern.txt | 16 5. Multi items |pattern-multi-items| 357 characters: "", "a", "aa", etc. See |/multi|. 360 or atom multi 446 Overview of multi items. */multi* *E61* *E62* 449 multi ~ 592 5. Multi items *pattern-multi-items* 595 matched and in what way. This is called a multi. See |/multi| for an 722 For speed it's often much better to avoid this multi. Try using "\zs" 858 This cannot be followed by a multi. *E888* 868 This cannot be followed by a multi. |E888| [all …]
|
| H A D | mlang.txt | 7 Multi-language features *multilang* *multi-lang* 18 Also see |help-translated| for multi-language help.
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | perl.vim | 44 " %+C%.%# - ... Which can be multi-line.
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | README.txt | 46 When Vim was compiled with multi-byte support, conversion between latin1 and
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | hostconf.vim | 110 \ multi
|
| H A D | ahdl.vim | 55 " one line and multi-line comments
|
| H A D | cupl.vim | 89 " multi-line comments
|
| H A D | lout.vim | 61 " End of multi-line definitions, like @Document, @Report and @Book.
|
| H A D | flexwiki.vim | 73 " TODO: multi-line WikiPropertys
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/plugin/ |
| H A D | matchit.vim | 28 " TODO: I should think about multi-line patterns for b:match_words.
|