729,733d728 < < " Save the value of autochdir and turn it off. It will of course be restored < " later < let g:SVNautochdir = &autochdir < set noautochdir 852,853d846 < " Restore the value of autochdir < execute 'set ' . (g:SVNautochdir ? 'autochdir' : 'noautochdir') 857,858d849 < " Restore the value of autochdir anyway :D < execute 'set ' . (g:SVNautochdir ? 'autochdir' : 'noautochdir')