浏览代码

Remove undocumented `m` mapping used for debugging old MRU algorithm.

Michael Henry 10 月之前
父节点
当前提交
fbf06fe828
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      plugin/bufexplorer.vim

+ 0 - 1
plugin/bufexplorer.vim

@@ -833,7 +833,6 @@ function! s:MapKeys()
     xnoremap <script> <silent> <nowait> <buffer> D             :call <SID>RemoveBuffer("wipe")<CR>
     nnoremap <script> <silent> <nowait> <buffer> f             :call <SID>SelectBuffer("split", "sb")<CR>
     nnoremap <script> <silent> <nowait> <buffer> F             :call <SID>SelectBuffer("split", "st")<CR>
-    nnoremap <script> <silent> <nowait> <buffer> m             :call <SID>MRUListShow()<CR>
     nnoremap <script> <silent> <nowait> <buffer> o             :call <SID>SelectBuffer()<CR>
     nnoremap <script> <silent> <nowait> <buffer> p             :call <SID>ToggleSplitOutPathName()<CR>
     nnoremap <script> <silent> <nowait> <buffer> q             :call <SID>Close()<CR>