From 35e49c82d21cde7c02dcff1360387fc9498ba94e Mon Sep 17 00:00:00 2001 From: Caleb Spare Date: Tue, 19 Oct 2010 18:21:28 -0700 Subject: [PATCH] Changed gundo buffers to be unlisted. --- plugin/gundo.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/gundo.vim b/plugin/gundo.vim index 2d1660c..3ef90fc 100644 --- a/plugin/gundo.vim +++ b/plugin/gundo.vim @@ -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