Explorar el Código

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

Phil Runninger hace 11 años
padre
commit
b588d0de0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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