Просмотр исходного кода

Remove extra space in comment.

Phil Runninger 11 лет назад
Родитель
Сommit
762b0904db
1 измененных файлов с 1 добавлено и 1 удалено
  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")