Просмотр исходного кода

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

Michael Henry 10 месяцев назад
Родитель
Сommit
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>