Typo.
[profile.git] / .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.