On Sun, Dec 11, 2011 at 8:51 AM, Rich Healey <[email protected]> wrote: > I'm not completely sure I understand, (Please forgive my ignorance) the > caller of vim_chdir should not be obviously aware of the existance of the > hook surely? The actions take place just before returning. > > Obviously the user adding a hook to PwdChanged that attempts to invoke > :chdir would problematic, but I'm not sure I understand your meaning. I was > aware that there was probably a good reason this has not been done before, > because it seemed like a very useful feature I was surprised not to find > already there. >
I'm not sure how it's possible to reliably implement this feature given that I can easily chdir with Vim being unaware , for example: :ruby Dir.chdir '..' -- Kent -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
