On Thu, Aug 4, 2011 at 12:16 AM, John Little <[email protected]>wrote:

>
>
> On Aug 4, 7:30 am, Alexandre Provencio <[email protected]>
> wrote:
> > Hello all, in vimrc i can have this setting:
> > NERDTreeBookmarksFile='/home/myuser/.vim_nerdtree_bookmarks'
>
> Surely that starts with "let", as in
>
>     let NERDTreeBookmarksFile='/home/myuser/.vim_nerdtree_bookmarks'
>
> > However to make this more "portable", i wanted something like:
> > NERDTreeBookmarksFile='$HOME/.vim_nerdtree_bookmarks'
>
> I know little about NERDTree, but it looks like you want
>
>    let NERDTreeBookmarksFile = $HOME . '/.vim_nerdtree_bookmarks'
>
Perfect! Thank you!

>
> Regards, John
>
> --
> 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
>

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