Explorar o código

Fix intendation again

Igor Prusov %!s(int64=7) %!d(string=hai) anos
pai
achega
09a29e58da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
                 execute s:GetWinNbr(tabNbr, _bufNbr) . "wincmd w"
             endif
             endif
             " Are we supposed to open the selected buffer in a split?
             " 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
             if g:bufExplorerFindActive
                 call s:Close()
                 call s:Close()
             endif
             endif