On Jul 21, 12:31 pm, Ben Fritz <[email protected]> wrote: > Out of curiosity (I'm not discouraging you from trying it yourself), > have you tried Project.vim? Or is this something entirely different? > > http://www.vim.org/scripts/script.php?script_id=69
Yes, I've tried that, and it unfortunately wasn't close to what I wanted. project.vim is great if you need to organize files strewn about, but other than that it's not very useful. For me, projects are rooted in a directory and I use symlinks to pull in other resources. TextMate is abiding by a similar philosophy for its upcoming (if ever) release. It also uses a crappy, confusing file browser when I prefer NERDTree. The goal of this plugin is ease of use and flexibility. I know it's pretty basic right now, but once I figure out this error message issue, I'll be putting it on vim.org. Anyway, it does three things when I open a project which project.vim can't (if it could, the hazy docs are hiding the capability): 1. Automatically cd to the path 2. Load some config 3. Open a normal browser (default NERDTree) The next thing I'll add is a little project management browser that integrates with the VCS plugin. Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
