Procházet zdrojové kódy

Fix intendation again

Igor Prusov před 7 roky
rodič
revize
09a29e58da
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      plugin/bufexplorer.vim

+ 1 - 1
plugin/bufexplorer.vim

@@ -860,7 +860,7 @@ function! s:SelectBuffer(...)
                 execute s:GetWinNbr(tabNbr, _bufNbr) . "wincmd w"
             endif
             " Are we supposed to open the selected buffer in a split?
-	elseif (a:0 == 2) && (a:1 == "split")
+        elseif (a:0 == 2) && (a:1 == "split")
             if g:bufExplorerFindActive
                 call s:Close()
             endif