Explorar o código

Make sure the BufExplorer window is active before closing it with the Toggle command.

Phil Runninger %!s(int64=11) %!d(string=hai) anos
pai
achega
bd0a9db6cb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      plugin/bufexplorer.vim

+ 1 - 0
plugin/bufexplorer.vim

@@ -346,6 +346,7 @@ endfunction
 " ToggleBufExplorer {{{2
 function! ToggleBufExplorer()
     if exists("s:running") && s:running == 1
+        call BufExplorer()
         call s:Close()
     else
         call BufExplorer()