瀏覽代碼

Correct the statement to create the <Leader>bt mapping.

Phil Runninger 11 年之前
父節點
當前提交
b588d0de0d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugin/bufexplorer.vim

+ 1 - 1
plugin/bufexplorer.vim

@@ -1218,7 +1218,7 @@ if !hasmapto('BufExplorer') && g:bufExplorerDisableDefaultKeyMapping == 0
     nnoremap <script> <silent> <unique> <Leader>be :BufExplorer<CR>
 endif
 
-if !hasmapto('BufExplorer') && g:bufExplorerDisableDefaultKeyMapping == 0
+if !hasmapto('ToggleBufExplorer') && g:bufExplorerDisableDefaultKeyMapping == 0
     nnoremap <script> <silent> <unique> <Leader>bt :ToggleBufExplorer<CR>
 endif