Home
last modified time | relevance | path

Searched refs:illegal (Results 1 – 25 of 38) sorted by relevance

12

/vim-8.2.3635/runtime/syntax/
H A Ddjango.vim13 " Mark illegal characters
55 " Mark illegal characters within tag and variables blocks
H A Dweb.vim18 " may introduce some illegal constructs, e.g., CWEB's "@c" does _not_ start a
H A Daspvbs.vim59 " statements are illegal, however, I have received reports that they do work.
147 " <%= func("string_with_%>_in_it") %> This is illegal in ASP syntax.
H A Dsmil.vim21 " illegal characters
H A Dspecman.vim22 syn keyword specmanStatement list of all radix hex dec bin ignore illegal
H A Dnatural.vim187 " illegal things
H A Dsgml.vim18 " mark illegal characters
H A Dxml.vim62 " mark illegal characters
H A Dvhdl.vim178 " Linting for illegal operators
H A Dslrnrc.vim13 " In some places whitespace is illegal
H A Dasm68k.vim104 syn match asm68kOpcode "\<illegal\>"
H A Dhtml.vim28 " mark illegal characters
/vim-8.2.3635/src/
H A Dsyntax.c5071 int illegal = FALSE; // illegal arguments in syn_cmd_region() local
5125 illegal = TRUE; in syn_cmd_region()
5156 illegal = TRUE; in syn_cmd_region()
5202 if (illegal || not_enough) in syn_cmd_region()
5300 else if (illegal || rest == NULL) in syn_cmd_region()
5758 int illegal = FALSE; in syn_cmd_sync() local
5805 illegal = TRUE; in syn_cmd_sync()
5831 illegal = TRUE; in syn_cmd_sync()
5843 illegal = TRUE; in syn_cmd_sync()
5888 illegal = TRUE; in syn_cmd_sync()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_utf8_comparisons.vim72 …rst string is ok and equals \xef\xbd\x9a after folding, second string is illegal and was left unch…
H A Dtest_assert.vim163 " illegal argument, get NULL for error
H A Dtest_textobjects.vim247 " This was causing an illegal memory access
H A Dtest_undo.vim435 " This used to cause an illegal memory access
H A Dtest_window_cmd.vim517 " This was causing an illegal memory access.
H A Dtest_visual.vim1277 " this was causing an illegal memory access
/vim-8.2.3635/runtime/doc/
H A Dusr_45.txt274 bytes is illegal in utf-8.
290 never illegal. An example, to fall back to Japanese when the file doesn't
318 illegal characters. Conversion from Unicode to other encodings often
H A Dvarious.txt85 8g8 Find an illegal UTF-8 byte sequence at or after the
92 encoding because it contains illegal bytes.
94 Note that when the cursor is on an illegal byte or the
H A Dversion7.txt387 The |8g8| command searches for an illegal UTF-8 byte sequence.
835 converted and illegal bytes. (code example by Yasuhiro
837 Also, when a conversion error occurs or illegal bytes
2807 reading the file as utf-8 results in illegal bytes.
6705 command line causes an illegal memory access.
6875 Solution: Don't use UTF_COMPOSINGLIKE() on an illegal byte. In
6878 illegal. (Dominique Pelle)
10593 string when there are illegal bytes. (Dominique Pelle)
10594 Solution: Explicitly check for illegal bytes.
11844 Checks in mb_strnicmp() for illegal and truncated bytes are
[all …]
H A Dversion6.txt4684 Problem: strtrans() could hang on an illegal UTF-8 byte sequence.
4685 Solution: Skip over illegal bytes. (Yasuhiro Matsumoto)
4689 Problem: When using (illegal) double-byte characters and Vim syntax
7287 Solution: Before using stat(), check that there is no illegal trailing
7636 illegal bytes gives "CONVERSION ERROR" even though no conversion
7754 Problem: Warning for illegal pointer combination. (Zoltan Arpadffy)
7769 Problem: Warning for an illegal pointer on Solaris.
9781 Solution: Ignore an illegal byte after the cursor position.
11549 than the number of bytes available, assume it's an illegal byte.
12215 properly or there are illegal bytes.
[all …]
/vim-8.2.3635/runtime/indent/
H A Dawk.vim187 " This one is far from complete and accepts illegal code. Not important for
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim455 " Note that ":" is an illegal character for source and target,

12