On 06/01/2011, at 10:49, Frank Schaefer wrote: > Some time ago, I added a behavior to change directory > to the file that is currently opened. Then after some > time I found this anoying and disabled it in ".vimrc". > > However, even if I delete all views in ".vim/" and > delete anything that I could find concerning > configuration setup--at some point in time VIM > loads some file which triggers that a related > directory XYZ is entered. > > This then progresses. If I load new files store it > and reload with a new instance of VIM, the same > directory XYT is loaded. > > This is anoying. For example I load a Makefile > but then switch automatically to a weird directory > XYZ. I can't even type ":make" because I am > already far away. > > How can I get rid of this behavior? > > > My .vimrc is setup to safe view contens on file exit.
You could try to find the autocommand that does this (or other command) by vimgrepping your .vim/ folder, using the name of the folder it keeps loading: :vim /XYZ/** ** is for recursion. Best, Daniel -- You received this message from the "vim_use" 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
