> :echo expand("/a/b/c d")
> /a/b/c d
> 
> :echo expand("/a/b/c'd")
> /a/b/c'd
> 
> :echo expand("/a/b/c 'd")
> /a/b/c
> 'd
> 
> Is this expected behaviour or am I supposed to escape the apostrophe ?
> 
> :echo expand("/a/b/c \\'d")
> /a/b/c 'd

Moreover:

:echo glob("a*/*")
a 'b/d
a b/e
a'b/c
:echo glob("a b/*")
a b/e
:echo glob("a'b/*")
a 'b/d

so far so good. now

:echo glob("a 'b/*")
:echo glob("a \\'b/*")
:echo glob("a\\ \\'b/*")

No output ...

Thanks

-- 
        Vlad

Attachment: pgpn4PChMHoB7.pgp
Description: PGP signature

Raspunde prin e-mail lui