git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c396d11
)
Reuse windows when using sbuffer.
author
Iain Patterson
<me@iain.cx>
Fri, 20 Jan 2012 11:50:34 +0000
(11:50 +0000)
committer
Iain Patterson
<me@iain.cx>
Fri, 17 Feb 2012 16:01:43 +0000
(16:01 +0000)
.vimrc
patch
|
blob
|
history
diff --git
a/.vimrc
b/.vimrc
index
45d56e3
..
ce3b0ca
100644
(file)
--- 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')