Ben said
> But you may like to find yourself a nice vim script that changes the current
> directory to that of the buffer as you change buffers, etc. I believe there is
> such a thing on the Vim website. If not, I don't imagine it would be too hard
> to make!
:h 'autochdir'
"{only available when compiled with the
|+netbeans_intg| or |+sun_workshop| feature}
When on, Vim will change the current working directory whenever you
open a file, switch buffers, delete a buffer or open/close a window.
It will change to the directory containing the file which was opened
or selected."
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---