Home
last modified time | relevance | path

Searched refs:escaping (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/runtime/autoload/xml/
H A Dxsl.vim33 \ 'text' : [[], {'disable-output-escaping' : ['yes', 'no']}],
35 \ 'value-of' : [[], {'select' : [], 'disable-output-escaping' : ['yes', 'no']}],
/vim-8.2.3635/src/
H A Djob.c913 int escaping = 0; in win32_escape_arg() local
952 for (i = 0; i < escaping; i++) in win32_escape_arg()
954 escaping = 0; in win32_escape_arg()
959 escaping++; in win32_escape_arg()
963 escaping = 0; in win32_escape_arg()
972 for (i = 0; i < escaping; i++) in win32_escape_arg()
/vim-8.2.3635/runtime/ftplugin/
H A Dvb.vim23 " NOTE the double escaping \\|
/vim-8.2.3635/runtime/syntax/
H A Dmatlab.vim42 " MT_ADDON - added 'skip' in order to deal with 'tic' escaping sequence
H A Dtmux.vim38 " TODO: Figure out how escaping works inside of #(...) and #{...} blocks.
H A Daspvbs.vim120 " removed (skip=+\\\\\|\\"+) because VB doesn't have backslash escaping in
/vim-8.2.3635/runtime/doc/
H A Dmessage.txt755 by wrong escaping of special characters for cmd.exe; the approach was
757 given to |system()|, or explicitly add escaping with ^. Also see
H A Dchannel.txt380 avoids the conversion of the arguments to a string and escaping and
H A Dtodo.txt2234 Using ']' as the end of a range in a pattern requires double escaping:
2490 escaping characters where the backslash is not removed later. Asked Chris for
2658 neither or both. No escaping might be best, because it doesn't depend on
2661 However, for backwards compatibility escaping might be necessary. Check if
3824 - Using ":exe edit fname" has escaping problems. Use ":edit ++(fname)".
H A Dversion7.txt94 name. This caused a difference between ":edit" and ":next" for escaping
4098 without escaping, causing the pattern not to match.
4362 Solution: Remove escaping before putting the recorded characters in a
6675 any escaping. (Randall Hansen)
10503 Solution: Improve escaping of file names. (partly by Peter Odding)
17845 Solution: Fix path separators in test 89 and 96. Omit test 97, escaping
H A Dpi_netrw.txt2456 permitted without escaping.
H A Dsyntax.txt4429 specify that an "escaping" character must not precede the match: >
H A Dversion8.txt9650 Problem: On Win32 escaping the command does not work properly.
9651 Solution: Reset 'ssl' when escaping the command. (Yasuhiro Matsumoto)
20282 Problem: MS-Windows: passing arglist to job has escaping problems.
20283 Solution: Improve escaping. (Yasuhiro Matsumoto, closes #1954)
29407 Solution: Allow for escaping characters. (Ben Jackson, closes #2967)
39249 Solution: Use quotes instead of escaping. (closes #4920)
41339 Solution: Check before escaping.
H A Deval.txt6352 xgettext does not understand escaping in single quoted
/vim-8.2.3635/runtime/autoload/
H A Dsyntaxcomplete.vim35 " - Corrected which characters required escaping during