Nate-37 wrote: > I'd like to have a plugin where I can bookmark favorite folders/files. > > Does anyone have a recommendation? > > I'm about to have a look at FavEx > http://www.vim.org/scripts/script.php?script_id=539 > and VimExplorer http://www.vim.org/scripts/script.php?script_id=1950 > > I've used FuzzyFileFinder, which is pretty good also. I guess I'm just > looking around to see what else is out there, to get a good evaluation of > which one I like the best. > > I can't get :Ex (netrw) to remember my bookmarked directories, so I don't > really know how useful that is. Has anyone had success with this? > Netrw was using viminfo with the "!" option and capitalized global variables to remember bookmarks; and that just plain had problems, because it would eventually seem to "forget" those bookmarks. I've now written my own functions to do the job, and that seems to work considerably better. If you want to try it, you can get v134b from my website: http://mysite.verizon.net/astronaut/vim/index.html#NETRW .
Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
