Home
last modified time | relevance | path

Searched refs:multi (Results 1 – 25 of 134) sorted by relevance

123456

/vim-8.2.3635/src/
H A Dregexp_nfa.c3997 } 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 Dtypescript.vim86 " 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 Dawk.vim3 " Awk indent script. It can handle multi-line statements and expressions.
110 " complicated because the previous statement might be multi-line.
H A Dada.vim22 " Verify handling of multi-line exprs. and recovery upon the final ';'.
140 " (after we've indented due to multi-line statements).
H A Djson.vim126 " If we are in a multi-line string, don't do anything to it.
H A Dfalcon.vim318 " 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 Dtest_regexp_utf8.vim221 " 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 Dtest_textformat.vim537 " 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 Dtest_utf8.vim5 " Visual block Insert adjusts for multi-byte char
101 " When 'encoding' is not multi-byte can still get utf-8 string.
H A Dtest_ga.vim26 " Test a few multi-bytes characters.
H A Dtest_charsearch.vim79 " use character search with a multi-byte character followed by a
/vim-8.2.3635/src/po/
H A Den_GB.po583 #. 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 Dcleanup.vim5 " Requires Vim 6.0 or later (because of multi-line search patterns).
/vim-8.2.3635/ci/
H A Dsetup-xvfb.sh13 WantedBy=multi-user.target
/vim-8.2.3635/runtime/doc/
H A Dquickfix.txt1461 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 Dpattern.txt16 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 Dmlang.txt7 Multi-language features *multilang* *multi-lang*
18 Also see |help-translated| for multi-language help.
/vim-8.2.3635/runtime/compiler/
H A Dperl.vim44 " %+C%.%# - ... Which can be multi-line.
/vim-8.2.3635/runtime/lang/
H A DREADME.txt46 When Vim was compiled with multi-byte support, conversion between latin1 and
/vim-8.2.3635/runtime/syntax/
H A Dhostconf.vim110 \ multi
H A Dahdl.vim55 " one line and multi-line comments
H A Dcupl.vim89 " multi-line comments
H A Dlout.vim61 " End of multi-line definitions, like @Document, @Report and @Book.
H A Dflexwiki.vim73 " TODO: multi-line WikiPropertys
/vim-8.2.3635/runtime/pack/dist/opt/matchit/plugin/
H A Dmatchit.vim28 " TODO: I should think about multi-line patterns for b:match_words.

123456