Searched refs:escaping (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsl.vim | 33 \ 'text' : [[], {'disable-output-escaping' : ['yes', 'no']}], 35 \ 'value-of' : [[], {'select' : [], 'disable-output-escaping' : ['yes', 'no']}],
|
| /vim-8.2.3635/src/ |
| H A D | job.c | 913 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 D | vb.vim | 23 " NOTE the double escaping \\|
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | matlab.vim | 42 " MT_ADDON - added 'skip' in order to deal with 'tic' escaping sequence
|
| H A D | tmux.vim | 38 " TODO: Figure out how escaping works inside of #(...) and #{...} blocks.
|
| H A D | aspvbs.vim | 120 " removed (skip=+\\\\\|\\"+) because VB doesn't have backslash escaping in
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | message.txt | 755 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 D | channel.txt | 380 avoids the conversion of the arguments to a string and escaping and
|
| H A D | todo.txt | 2234 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 D | version7.txt | 94 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 D | pi_netrw.txt | 2456 permitted without escaping.
|
| H A D | syntax.txt | 4429 specify that an "escaping" character must not precede the match: >
|
| H A D | version8.txt | 9650 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 D | eval.txt | 6352 xgettext does not understand escaping in single quoted
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | syntaxcomplete.vim | 35 " - Corrected which characters required escaping during
|