man.vim: buffers are now listed

- Since the names are set and ':vsplit printf(3)' work, there is no need
to unlist them.
This commit is contained in:
Anmol Sethi
2016-08-06 16:04:34 -04:00
committed by Anmol Sethi (nhooyr)
parent e89eb5d21b
commit e8a3477dc7
2 changed files with 0 additions and 5 deletions

View File

@@ -25,7 +25,6 @@ endif
setlocal buftype=nofile
setlocal noswapfile
setlocal bufhidden=hide
setlocal nobuflisted
setlocal nomodified
setlocal readonly
setlocal nomodifiable