Typo.
authorIain Patterson <me@iain.cx>
Fri, 28 Feb 2014 11:50:43 +0000 (11:50 +0000)
committerIain Patterson <me@iain.cx>
Fri, 28 Feb 2014 11:52:49 +0000 (11:52 +0000)
.vimrc

diff --git a/.vimrc b/.vimrc
index 50c7ed7..cc97b1e 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -924,10 +924,12 @@ fun! Show_Space() "{{{2
         let l:ret = "␠" . l:ret . Show_SearchForward()
       else
         let l:ret "[" . l:ret . Show_SearchForward() . "]"
+      endif
     endif
     return l:ret
   else
     return Show_SearchForward()
+  endif
 endfun "}}}2
 
 " Show the status line.