Changed gundo buffers to be unlisted.
This commit is contained in:
parent
7f2ce0ffeb
commit
35e49c82d2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user