Home
last modified time | relevance | path

Searched refs:backslash (Results 1 – 25 of 124) sorted by relevance

12345

/vim-8.2.3635/src/proto/
H A Dregexp.pro9 …regmatch_T *rmp, char_u *source, typval_T *expr, char_u *dest, int copy, int magic, int backslash);
10 …regmmatch_T *rmp, linenr_T lnum, char_u *source, char_u *dest, int copy, int magic, int backslash);
/vim-8.2.3635/runtime/macros/hanoi/
H A Dhanoi.vim35 " V add a last line containing a backslash
71 "add a backslash at the end
/vim-8.2.3635/src/testdir/
H A Dtest23.in1 Tests for regexp with backslash and other special characters inside []
2 Also test backslash for hex/octal numbered character.
H A Dtest_regex_char_classes.vim1 " Tests for regexp with backslash and other special characters inside []
2 " Also test backslash for hex/octal numbered character.
/vim-8.2.3635/src/
H A Dregexp.c1702 … vim_regsub_both(char_u *source, typval_T *expr, char_u *dest, int copy, int magic, int backslash);
1897 int backslash) in vim_regsub() argument
1913 result = vim_regsub_both(source, expr, dest, copy, magic, backslash); in vim_regsub()
1930 int backslash) in vim_regsub_multi() argument
1947 result = vim_regsub_both(source, NULL, dest, copy, magic, backslash); in vim_regsub_multi()
1963 int backslash) in vim_regsub_both() argument
2103 if (had_backslash && backslash) in vim_regsub_both()
2190 default: if (backslash) in vim_regsub_both()
2294 if (backslash && (*s == CAR || *s == '\\')) in vim_regsub_both()
/vim-8.2.3635/runtime/doc/
H A Dusr_12.txt169 Notice that a backslash at the end of each line is used to indicate the line
171 the end didn't have a backslash. Now that it sorts to another place, it
172 must have a backslash.
173 The simplest solution is to add the backslash with "A \<Esc>". You can
174 keep the backslash in the last line, if you make sure an empty line comes
272 (If you redefined the <Leader>, use it instead of the backslash).
H A Dos_dos.txt12 2. Using backslashes |dos-backslash|
70 2. Using backslashes *dos-backslash*
75 a backslash occurs before a special character (space, comma, backslash, etc.),
76 Vim removes the backslash. Use slashes to avoid problems: ":e c:/foo/bar"
342 See |option-backslash| about including spaces in 'shellcmdflag' when using
H A Dos_win32.txt26 Using backslashes |dos-backslash|
61 typing a command to start Vim, use a forward slash instead of a backslash.
106 \\" is a literal backslash and a special double quote
107 \\\" is a literal backslash and a literal double quote
124 argument) can be escaped with a backslash. E.g. >
H A Dcmdline.txt656 it must be preceded with a backslash. Example: >
679 backslash or CTRL-V. Note that the ":next" command uses spaces to separate
685 to use '%' or '#' in a file name, precede them with a backslash. The
686 backslash is not required in a range and in the ":substitute" command.
856 is preceded with a backslash.
886 To avoid the special meaning of '%' and '#' insert a backslash before it.
1076 (":!cmd", ":r !cmd" or ":w !cmd"), the "!" is escaped with a backslash to
1081 *filename-backslash*
1083 a bit difficult to recognize a backslash that is used to escape the special
1084 meaning of the next character. The general rule is: If the backslash is
[all …]
H A Drepeat.txt222 directory, etc. Use a backslash to include a space
474 a line continuation symbol "\" (backslash) at the start of the next line.
475 There can be white space before the backslash, which is ignored.
487 All leading whitespace characters in the line before a backslash are ignored.
492 When a space is required it's best to put it right after the backslash. A
502 The backslash is seen as a line-continuation symbol, thus this results in the
525 after the backslash. Example: >
534 Most programs work with a trailing backslash to indicate line
538 < Therefore the unusual leading backslash is used.
546 backslash is to make it very unlikely this is a normal comment line.
H A Dpattern.txt399 match exactly the same character in the text. When preceded with a backslash
403 Other characters have a special meaning without a backslash. They need to be
404 preceded with a backslash to match literally. For example "." matches any
419 Use of "\V" means that after it, only a backslash and the terminating
434 \\ \\ \\ \\ literal backslash
664 The } may optionally be preceded with a backslash: \{n,m\}.
1092 \x A backslash followed by a single character, with no special meaning,
1186 backslash before it: "[xyz\]]", "[\^xyz]", "[xy\-z]" and "[xyz\\]".
1187 (Note: POSIX does not support the use of a backslash this way). For
1209 NOTE: The other backslash codes mentioned above do not work inside
[all …]
H A Doptions.txt181 *option-backslash*
183 backslash. To include a backslash you have to use two. Effectively this
213 a backslash before a special character (space, backslash, comma, etc.) is used
1075 name, precede it with a backslash.
1946 - When this option is set to "backslash", backslash is used. This is
2143 backslash. See |line-continuation|.
2600 or backslash.
2815 name, precede it with a backslash.
4775 ";", ',', '"', '|' and backslash itself.
5775 backslash: >
[all …]
H A Dintro.txt430 <Bslash> backslash \ 92 *backslash* *<Bslash>*
498 1. Any printable characters are typed directly, except backslash and '<'
499 2. A backslash is represented with "\\", double backslash, or "<Bslash>".
521 backslash also works, but only when 'cpoptions' does not include the 'B' flag.
H A Dfold.txt85 differently (space, backslash, double quote, etc., see |option-backslash|).
528 handles differently: Space, backslash and double-quote. |option-backslash|
/vim-8.2.3635/runtime/autoload/
H A Drust.vim281 " 2: unquoted backslash
283 " 4: double-quoted backslash
305 elseif l:state == 2 " unquoted backslash
318 elseif l:state == 4 " double-quoted backslash
/vim-8.2.3635/runtime/indent/
H A Dperl.vim119 " closing brackets with a backslash. Doing so just puts a backslash
H A Dtcl.vim85 " Look for backslash line continuation on the previous two lines.
/vim-8.2.3635/runtime/plugin/
H A Drrhelper.vim28 " Escape special characters with a backslash.
/vim-8.2.3635/runtime/syntax/
H A Drtf.vim34 " we add a backslash \
H A Duil.vim24 " Highlight special characters (those which have a backslash) differently
H A Dgp.vim46 " Highlight special (backslash'ed) characters differently
H A Dptcap.vim40 " A backslash at the end of a line will suppress the newline
H A Dsl.vim21 " Highlight special characters (those which have a backslash) differently
H A Db.vim33 " Highlight special characters (those which have a backslash) differently
/vim-8.2.3635/READMEdir/
H A DREADME_os390.txt68 24: test of backslash sequences in regexp are ASCII dependent

12345