Whoops, forgot to cc the list.

---------------------------- Original Message ----------------------------
Subject: Re: Sharing vimproject file between WinXP and cygwin
From:    "Tom Purl" <[EMAIL PROTECTED]>
Date:    Wed, July 19, 2006 3:03 pm
To:      "Jean-Rene David" <[EMAIL PROTECTED]>
--------------------------------------------------------------------------

The following path works well for me on both XP and Linux:

    some_project="$HOME/some_project" filter="*.txt" CD=. {

I just have to set a %home% environment variable on my XP machine.  I
can then synchronize my $HOME/some_project project between my Linux and
XP computers using unison and work on it using Vim without making any
modifications to anything.

HTH!

Tom Purl

> I've been using the Project plugin for many years
> now and I like it a lot. However one problem keeps
> bugging me.
>
> I would like to share my ~/.vimprojects file
> between my cygwin and windows version of vim.
>
> The problem is the paths for the project. When I
> enter a posix path, the windows version doesn't
> recognize it and vice-versa. I could run the file
> through a small script which converts the paths
> with cygpath but keeping them synchronized would
> be cumbersome.
>
> Any ideas?
>
> --
> JR
>


Reply via email to