소스 검색

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

Phil Runninger 11 년 전
부모
커밋
bd0a9db6cb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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()