I am working a a project with multiple Git branches. Since the files and directories may be different in every branches, it would be nice to version the .vimproject file as well so it can track branches changes. The problem is the project's path is hardcoded in the .vimproject file and cannot be shared by multiple devs who would have the same project in their own directory.
It would be nice to be able to define a variable in the .vimrc file and use it in the .vimproject file.