| /vim-8.2.3635/runtime/syntax/ |
| H A D | gift.vim | 28 syn match giftES "\\\~" contained conceal cchar=~ "GIFT escaped special characters 35 syn match giftEN "\\n" contained conceal cchar=n "GIFT escaped newline 45 … "<" contained "HTML characters that might need to be handled/escaped 49 syn match giftEH "<" contained conceal cchar=< "HTML escaped characters 136 "Comments and entities (to be escaped)
|
| H A D | make.vim | 89 " match escaped quotes and any other escaped character 93 " The escaped char is not highlightet currently
|
| H A D | ninja.vim | 58 " '$ ' -> escaped space
|
| H A D | ptcap.vim | 61 " a (non-escaped) newline. Otherwise, it is terminated by a line which
|
| H A D | gpg.vim | 83 \ no-version not-dash-escaped openpgp pgp2
|
| H A D | haml.vim | 63 syn region hamlEscapedFilter matchgroup=hamlFilter start="^\z(\s*\):\%(escaped\|cdata\)\s*$" …
|
| H A D | dosbatch.vim | 60 " Various special escaped char formats
|
| H A D | asm.vim | 59 " Allow all characters to be escaped (and in strings) as these vary across
|
| /vim-8.2.3635/src/ |
| H A D | map.c | 1544 char_u *escaped; in check_abbr() local 1552 escaped = vim_strsave_escape_csi(tb + j); in check_abbr() 1553 if (escaped != NULL) in check_abbr() 1555 newlen = (int)STRLEN(escaped); in check_abbr() 1556 mch_memmove(tb + j, escaped, newlen); in check_abbr() 1558 vim_free(escaped); in check_abbr()
|
| H A D | register.c | 661 char_u *escaped; in do_execreg() local 686 escaped = vim_strsave_escape_csi(str); in do_execreg() 689 if (escaped == NULL) in do_execreg() 691 retval = ins_typebuf(escaped, remap, 0, TRUE, silent); in do_execreg() 692 vim_free(escaped); in do_execreg()
|
| H A D | cmdexpand.c | 21 char_u *((*func)(expand_T *, int)), int escaped); 2110 int escaped; in ExpandFromContext() member 2171 tab[i].func, tab[i].escaped); in ExpandFromContext() 2199 int escaped) in ExpandGeneric() argument 2223 if (escaped) in ExpandGeneric()
|
| H A D | arglist.c | 276 get_arglist(garray_T *gap, char_u *str, int escaped) in get_arglist() argument 289 if (!escaped) in get_arglist()
|
| H A D | ex_docmd.c | 4750 int escaped; in expand_filename() local 4792 errormsgp, &escaped); in expand_filename() 4818 && !escaped in expand_filename() 8881 int *escaped) // return value has escaped white space (can in eval_vars() argument 8897 if (escaped != NULL) in eval_vars() 8898 *escaped = FALSE; in eval_vars() 8981 if (escaped != NULL) in eval_vars() 8982 *escaped = TRUE; in eval_vars()
|
| H A D | ex_getln.c | 2793 int escaped = FALSE; // CTRL-V typed in getexmodeline() local 2878 if (!escaped) in getexmodeline() 2988 escaped = TRUE; in getexmodeline() 3023 escaped = FALSE; in getexmodeline()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_escaped_glob.vim | 1 " Test whether glob()/globpath() return correct results with certain escaped
|
| H A D | test_man.vim | 135 " Check that underlying shell command arguments are escaped.
|
| H A D | test_assert.vim | 52 " special characters are escaped
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | matchit.txt | 235 < Unfortunately, this will skip anything after "\%", an escaped "%". To 236 allow for this, and also "\\%" (an escaped backslash followed by the 255 of a pattern should be escaped with backslashes ('\:' and '\,'). It is OK to 301 INITIAL pattern enclosed in |\(|escaped parentheses|\)|. These are referred
|
| /vim-8.2.3635/src/proto/ |
| H A D | ex_docmd.pro | 63 …_vars(char_u *src, char_u *srcstart, int *usedlen, linenr_T *lnump, char **errormsg, int *escaped);
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | yaml.vim | 124 " with escaped end"
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_qnx.txt | 86 escaped with a '\'. The default font used is PC Terminal, size 8. Using
|
| H A D | os_amiga.txt | 85 spaces need to be escaped with a backslash.
|
| H A D | pi_zip.txt | 146 v7 Mar 22, 2006 * escaped some characters that can cause filename handling
|
| H A D | mlang.txt | 189 included. Spaces and dots need to be escaped with a
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | syntaxcomplete.vim | 748 " Looks like the wrong chars are escaped. In a collection, 766 " Looks like the wrong chars are escaped. In a collection,
|