On 17/12/08 13:27, Cory Echols wrote:
[...]
> Likely, you have 'autochdir' set somewhere in your startup files.  You
> can find out which file by executing ":verbose set autochdir".  That
> setting used to cause problems for me when reloading sessions.  I used
> to work around this problem with an autocommand similar to this:
[...]

'autochdir' is a Boolean option. Don't use

        :verbose set autochdir

because it would _set_ the option and say nothing. Instead, use

        :verbose set autochdir?

_with_ a question mark, to see the current value and where it was set.


Best regards,
Tony.
-- 
GUARD #1:  Where'd you get the coconut?
ARTHUR:    We found them.
GUARD #1:  Found them?  In Mercea?  The coconut's tropical!
ARTHUR:    What do you mean?
GUARD #1:  Well, this is a temperate zone.
                                   The Quest for the Holy Grail (Monty 
Python)

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to