Bläddra i källkod

Remove extra space in comment.

Phil Runninger 11 år sedan
förälder
incheckning
762b0904db
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      plugin/bufexplorer.vim

+ 1 - 1
plugin/bufexplorer.vim

@@ -360,7 +360,7 @@ function! BufExplorer()
         let name = escape(name, "[]")
     endif
 
-     " Make sure there is only one explorer open at a time.
+    " Make sure there is only one explorer open at a time.
     if s:running == 1
         " Go to the open buffer.
         if has("gui")