Searched refs:illegal (Results 1 – 25 of 38) sorted by relevance
12
| /vim-8.2.3635/runtime/syntax/ |
| H A D | django.vim | 13 " Mark illegal characters 55 " Mark illegal characters within tag and variables blocks
|
| H A D | web.vim | 18 " may introduce some illegal constructs, e.g., CWEB's "@c" does _not_ start a
|
| H A D | aspvbs.vim | 59 " 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 D | smil.vim | 21 " illegal characters
|
| H A D | specman.vim | 22 syn keyword specmanStatement list of all radix hex dec bin ignore illegal
|
| H A D | natural.vim | 187 " illegal things
|
| H A D | sgml.vim | 18 " mark illegal characters
|
| H A D | xml.vim | 62 " mark illegal characters
|
| H A D | vhdl.vim | 178 " Linting for illegal operators
|
| H A D | slrnrc.vim | 13 " In some places whitespace is illegal
|
| H A D | asm68k.vim | 104 syn match asm68kOpcode "\<illegal\>"
|
| H A D | html.vim | 28 " mark illegal characters
|
| /vim-8.2.3635/src/ |
| H A D | syntax.c | 5071 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 D | test_utf8_comparisons.vim | 72 …rst string is ok and equals \xef\xbd\x9a after folding, second string is illegal and was left unch…
|
| H A D | test_assert.vim | 163 " illegal argument, get NULL for error
|
| H A D | test_textobjects.vim | 247 " This was causing an illegal memory access
|
| H A D | test_undo.vim | 435 " This used to cause an illegal memory access
|
| H A D | test_window_cmd.vim | 517 " This was causing an illegal memory access.
|
| H A D | test_visual.vim | 1277 " this was causing an illegal memory access
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_45.txt | 274 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 D | various.txt | 85 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 D | version7.txt | 387 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 D | version6.txt | 4684 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 D | awk.vim | 187 " 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 D | matchit.vim | 455 " Note that ":" is an illegal character for source and target,
|
12