I have 'set autoread' and 'set autochdir' defined in my .vimrc because I have debug messages dumping to a text file when I do my development, and I find it handy to switch between buffers and see the contents of the debug file without having to reload it. The issue I have is that when the debug file is read, it sets the working directory, so when I try and run a command destined for the current buffer (in a different directory) the command doesn't work because the vim working directory is that of the debug file. Is there a way to control this behaviour?
Thanx! Chris -- Chris Sutcliffe http://emergedesktop.org --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
