# HG changeset patch # User Steve Losh # Date 1274891116 14400 # Node ID 2ffdbbd7baa10bb6007d2f2c8554c1959c2a2a48 # Parent da49bac8587e41f88cf5e3becba73abb95d78806 vim: Fix BufExplorer mapping. diff -r da49bac8587e -r 2ffdbbd7baa1 vim/bundle/bufexplorer/plugin/bufexplorer.vim --- a/vim/bundle/bufexplorer/plugin/bufexplorer.vim Fri May 21 15:16:57 2010 -0400 +++ b/vim/bundle/bufexplorer/plugin/bufexplorer.vim Wed May 26 12:25:16 2010 -0400 @@ -17,7 +17,7 @@ " " You may use the default keymappings of " -" be - Opens BE. +" B - Opens BE. " bs - Opens horizontally window BE. " bv - Opens vertically window BE. " @@ -47,8 +47,8 @@ endif " Public Interface {{{1 -if maparg("be") =~ 'BufExplorer' - nunmap be +if maparg("B") =~ 'BufExplorer' + nunmap B endif if maparg("bs") =~ 'BufExplorerHorizontalSplit' @@ -59,7 +59,7 @@ nunmap bv endif -nmap