Changed gundo buffers to be unlisted.

This commit is contained in:
Caleb Spare 2010-10-19 18:21:28 -07:00
parent 7f2ce0ffeb
commit 35e49c82d2

View File

@ -158,7 +158,7 @@ function! s:GundoMarkPreviewBuffer()
setlocal buftype=nofile
setlocal bufhidden=hide
setlocal noswapfile
setlocal buflisted
setlocal nobuflisted
setlocal nomodifiable
setlocal filetype=diff
setlocal nonumber
@ -172,7 +172,7 @@ function! s:GundoMarkBuffer()
setlocal buftype=nofile
setlocal bufhidden=hide
setlocal noswapfile
setlocal buflisted
setlocal nobuflisted
setlocal nomodifiable
setlocal filetype=gundo
setlocal nolist