Lines Matching refs:backslash
656 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.
887 Detail: The special meaning is always escaped when there is a backslash before
1076 (":!cmd", ":r !cmd" or ":w !cmd"), the "!" is escaped with a backslash to
1081 *filename-backslash*
1082 For filesystems that use a backslash as directory separator (MS-Windows), it's
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
1087 backslash twice.
1091 it needs to be preceded by a backslash. Therefore you need to use "/\$home"