Hi,
I am using this to find all visual projects :
globpath("c:/temp/trunk", "**/*.dsp")
It work fine but now I would like to find dsw (workspaces) too
globpath("c:/temp/trunk", "**/*.\(dsp\|dsw\)")
It does not succeed.
--
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
