Hello

I see in the help text for globpath() that directory names are separated with commas, and a comma in a directory name should be escaped with a backslash, that is "dir\music, videos\title" should be written as "dir\music\, videos\title".

Should a directory name that actually includes files starting with a comma:
        "dir1\dir2\dir3\,file\,file2"
be escaped like:
        "dir1\dir2\dir3\\\,file\\\,file2"
?
That is escape the backslash with another backslash, and than escape the comma with a backslash ?

I can see nothing about this in the help text for globpath(), :set or 'runtimepath'.

Timothy Madden

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to