Parcourir la source

Remove extra space in comment.

Phil Runninger il y a 11 ans
Parent
commit
762b0904db
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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")