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 buftype=nofile
|
||||||
setlocal bufhidden=hide
|
setlocal bufhidden=hide
|
||||||
setlocal noswapfile
|
setlocal noswapfile
|
||||||
setlocal buflisted
|
setlocal nobuflisted
|
||||||
setlocal nomodifiable
|
setlocal nomodifiable
|
||||||
setlocal filetype=diff
|
setlocal filetype=diff
|
||||||
setlocal nonumber
|
setlocal nonumber
|
||||||
@ -172,7 +172,7 @@ function! s:GundoMarkBuffer()
|
|||||||
setlocal buftype=nofile
|
setlocal buftype=nofile
|
||||||
setlocal bufhidden=hide
|
setlocal bufhidden=hide
|
||||||
setlocal noswapfile
|
setlocal noswapfile
|
||||||
setlocal buflisted
|
setlocal nobuflisted
|
||||||
setlocal nomodifiable
|
setlocal nomodifiable
|
||||||
setlocal filetype=gundo
|
setlocal filetype=gundo
|
||||||
setlocal nolist
|
setlocal nolist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user