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:
4af2d17
)
Typo.
author
Iain Patterson
<me@iain.cx>
Thu, 8 May 2014 10:37:28 +0000
(11:37 +0100)
committer
Iain Patterson
<me@iain.cx>
Thu, 8 May 2014 10:37:28 +0000
(11:37 +0100)
.vimrc
patch
|
blob
|
history
diff --git
a/.vimrc
b/.vimrc
index
956923c
..
6e561c6
100644
(file)
--- a/
.vimrc
+++ b/
.vimrc
@@
-923,7
+923,7
@@
fun! Show_Space() "{{{2
if Has_Unicode()
let l:ret = "▭" . l:ret . Show_SearchForward()
else
- let l:ret "[" . l:ret . Show_SearchForward() . "]"
+ let l:ret
=
"[" . l:ret . Show_SearchForward() . "]"
endif
endif
return l:ret