gvim d:\music\soldiers\USSR\(Kazach'ja).xml
gvim will open with an empty buffer named
"USSR(Kazach'ja).xml".
This behavior is not observed when gvim is called with the same file
name but w/o the "--remote-silent" option.
A workaround for the problem is to insert a backslash in the middle of
"\(", resulting in the following file name:
d:\music\soldiers\USSR\\(Kazach'ja).xml.
nickles
I can confirm this. Here is my message to the list from May 5, 2008:
-----
If I'm trying to open a file like this:
gvim.exe --remote-tab-silent "c:\MP3\XXX\LIZA MINNELLI\(1989)
RESULTS\info.txt"
gVim tries to open "\MP3\XXX\LIZA MINNELLI(1989) RESULTS\info.txt"
resulting in a new file.
If I'm trying to open the same file without the --remote-tab-silent
option the info.txt file is opened as expected.
It seems, when the --remote-tab-silent option is used, the '\('
combination is counted as an escape-sequence, and this is wrong.
Can we consider this as a bug?
gVim 7.2, Win Vista HP SP1.
-----
--
Best regards,
Valery Kondakoff
PGP key:
http://pool.sks-keyservers.net:11371/pks/lookup?op=get&search=0xEEDF8590
np: Bark Psychosis'1994 (Hex) - A Street Scene
> On 07.02.2010 2:35, nickles wrote:
> > On Windows XP, with gvim 7.2-356 (and before), when using the
> > following command line to edit the specified file
> > gvim d:\music\soldiers\USSR\(Kazach'ja).xml
> > gvim will open with an empty buffer named
> > "USSR(Kazach'ja).xml".
>
> I can confirm this. Here is my message to the list from May 5, 2008:
>
> -----
> If I'm trying to open a file like this:
> gvim.exe --remote-tab-silent "c:\MP3\XXX\LIZA MINNELLI\(1989)
> RESULTS\info.txt"
> gVim tries to open "\MP3\XXX\LIZA MINNELLI(1989) RESULTS\info.txt"
> resulting in a new file.
>
> If I'm trying to open the same file without the --remote-tab-silent
> option the info.txt file is opened as expected.
> It seems, when the --remote-tab-silent option is used, the '\('
> combination is counted as an escape-sequence, and this is wrong.
> Can we consider this as a bug?
> gVim 7.2, Win Vista HP SP1.
> -----
Yeah, this looks like a bug. Did you try doubling the backslash?
Or replace the ( with a ?.
--
$ echo pizza > /dev/oven
/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Yes, the file is loaded successfully when the backslash is doubled.
--
Best regards,
Valery Kondakoff
np: The High Violets'2006 (To Where You Are) - Invitation
--
Yukihiro Nakadaira - yukihiro....@gmail.com