<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">729,733d728
&lt; 	
&lt; 	" Save the value of autochdir and turn it off. It will of course be restored
&lt; 	" later
&lt; 	let g:SVNautochdir = &amp;autochdir
&lt; 	set noautochdir
852,853d846
&lt; 		" Restore the value of autochdir
&lt; 		execute 'set ' . (g:SVNautochdir ? 'autochdir' : 'noautochdir')
857,858d849
&lt; 		" Restore the value of autochdir anyway :D
&lt; 		execute 'set ' . (g:SVNautochdir ? 'autochdir' : 'noautochdir')
</pre></body></html>