From e8a3477dc771f6e8f9fa0c8de6d2bdef76fabdc8 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Sat, 6 Aug 2016 16:04:34 -0400 Subject: man.vim: buffers are now listed - Since the names are set and ':vsplit printf(3)' work, there is no need to unlist them. --- runtime/plugin/man.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime/plugin') diff --git a/runtime/plugin/man.vim b/runtime/plugin/man.vim index b5b118fbe3..12762f1854 100644 --- a/runtime/plugin/man.vim +++ b/runtime/plugin/man.vim @@ -12,8 +12,4 @@ nnoremap (Man) :call man#open_page(v:count, v:count1, &filet augroup man autocmd! autocmd BufReadCmd man://* call man#read_page(matchstr(expand(''), 'man://\zs.*')) - " Need this because without it, if you do ':Man printf(3)' and then later, - " open a session that contains a buffer named 'man://printf(3)', the buffer - " will become listed. - autocmd BufEnter man://* set nobuflisted augroup END -- cgit