Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function! Output()
- enew | 0put =v:oldfiles| nnoremap <buffer> <CR> :e <C-r>=getline('.')<CR><CR>|normal gg<CR>
- setlocal buftype=nofile bufhidden=wipe noswapfile nowrap
- "setlocal buftype=nofile bufhidden=wipe nobuflisted noswapfile nowrap
- endfunction
- :command! Browse call Output()
- :command! Mm call Output()
- :command! MM call Output()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement