suppose I have such sentences in vimrc:

source .\mydir\aaa.vim
set xxxdir=.\mydir



and if now I add a new a variable

let yyy = ".\mydir"


Now can I use the variable yyy instead of .\mydir in the sentences
above ? How ?

Thanks!

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