Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 25 of 62) sorted by relevance

123

/vim-8.2.3635/runtime/syntax/
H A Dgift.vim28 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 "&lt;" contained conceal cchar=< "HTML escaped characters
136 "Comments and entities (to be escaped)
H A Dmake.vim89 " match escaped quotes and any other escaped character
93 " The escaped char is not highlightet currently
H A Dninja.vim58 " '$ ' -> escaped space
H A Dptcap.vim61 " a (non-escaped) newline. Otherwise, it is terminated by a line which
H A Dgpg.vim83 \ no-version not-dash-escaped openpgp pgp2
H A Dhaml.vim63 syn region hamlEscapedFilter matchgroup=hamlFilter start="^\z(\s*\):\%(escaped\|cdata\)\s*$" …
H A Ddosbatch.vim60 " Various special escaped char formats
H A Dasm.vim59 " Allow all characters to be escaped (and in strings) as these vary across
/vim-8.2.3635/src/
H A Dmap.c1544 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 Dregister.c661 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 Dcmdexpand.c21 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 Darglist.c276 get_arglist(garray_T *gap, char_u *str, int escaped) in get_arglist() argument
289 if (!escaped) in get_arglist()
H A Dex_docmd.c4750 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 Dex_getln.c2793 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 Dtest_escaped_glob.vim1 " Test whether glob()/globpath() return correct results with certain escaped
H A Dtest_man.vim135 " Check that underlying shell command arguments are escaped.
H A Dtest_assert.vim52 " special characters are escaped
/vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/
H A Dmatchit.txt235 < 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 Dex_docmd.pro63 …_vars(char_u *src, char_u *srcstart, int *usedlen, linenr_T *lnump, char **errormsg, int *escaped);
/vim-8.2.3635/runtime/indent/
H A Dyaml.vim124 " with escaped end"
/vim-8.2.3635/runtime/doc/
H A Dos_qnx.txt86 escaped with a '\'. The default font used is PC Terminal, size 8. Using
H A Dos_amiga.txt85 spaces need to be escaped with a backslash.
H A Dpi_zip.txt146 v7 Mar 22, 2006 * escaped some characters that can cause filename handling
H A Dmlang.txt189 included. Spaces and dots need to be escaped with a
/vim-8.2.3635/runtime/autoload/
H A Dsyntaxcomplete.vim748 " Looks like the wrong chars are escaped. In a collection,
766 " Looks like the wrong chars are escaped. In a collection,

123