2010/8/7 Jeri Raye <[email protected]>

> Hi,
>
> I would like add a path in a setting
> for example:
> set tags=c:\my projects\test\tags
> (notice the space char between my and projects)
>
You can use the two methods to setting
1>set tags="c:\my projects\test\tags"
2>set tags=c:\my~1\test\tags

-- 
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