From: Iain Patterson Date: Fri, 20 Jan 2012 11:50:34 +0000 (+0000) Subject: Reuse windows when using sbuffer. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=49a954bd748f27f80c92fd0843ed9e0029d53709 Reuse windows when using sbuffer. --- diff --git a/.vimrc b/.vimrc index 45d56e3..ce3b0ca 100644 --- a/.vimrc +++ b/.vimrc @@ -614,6 +614,9 @@ endif "}}}1 if version >= "504" "{{{1 version 5.4 +" Reuse windows when using sbuffer. +se switchbuf=useopen + " Do we have Unicode? fun! Has_Unicode() "{{{2 if ! has('multi_byte')