Pārlūkot izejas kodu

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

Phil Runninger 11 gadi atpakaļ
vecāks
revīzija
b588d0de0d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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