Chris Sutcliffe wrote:
> > > Patch 7.1.123
> > > Problem: Win32: ":edit foo ~ foo" expands "~".
> > > Solution: Change the call to expand_env().
> > > Files: src/ex_docmd.c, src/misc1.c,
> > > src/proto/misc1.pro, src/option.c
> >
> > You appear to have eliminated the problem. Thanks!
>
> Though I think it may have created another. In my .vimrc I have:
>
> set runtimepath=$VIMRUNTIME,~/vimfiles
>
> which no longer loads any of the scripts from my ~/vimfiles directory.
I don't see this problem. Please use this command to find out the
actual value of the option:
:echo &rtp
Using ":set rtp" displays the value with the name shortened again.
If you see a problem try something like
:set rtp+=~/vimfiles
--
SIGIRO -- irony detected (iron core dumped)
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---