Comments
-
Greg Hurrell
Ok, still can't test this on Windows seeing as I need to set up Parallels on this machine, but I think I might have addressed the issue.
Instead of assuming a hard-coded location for the VIM runtime files (
~/.vim
) we consult the'runtimepath'
setting and try looking in the first entry in the list.I might even go so far as to walk through the list and try each location in turn.
-
Greg Hurrell
Ok, just did that. Now we add all of the paths from the
'runtime'
to the RubyLOAD_PATH
(at least, all of the paths which actually exist on the filesystem and have aruby
subdirectory in them).This should hopefully fix the bug for pretty much all possible install locations on all platforms.
Will still do some testing though once I can on Windows, so not going to mark as closed just yet.
-
Greg Hurrell
Gah, I got Windows XP installed on Parallels, but I realized I'm completely out of depth when it comes to finding/building a version of VIM with Ruby support, or getting a compiler tool chain installed to build the C extension.
So I'm going to have to mark this one as closed and hope for the best.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
-
Greg Hurrell
The new release is out.
Add a comment
Comments are now closed for this issue.