# HG changeset patch # User Caleb Spare # Date 1287537688 25200 # Node ID 000559e33f727217fa81f3e3b6f5544893d765e2 # Parent 126770526e07cf4102eb535473f25ba6726b4005 Changed gundo buffers to be unlisted. diff -r 126770526e07 -r 000559e33f72 plugin/gundo.vim --- a/plugin/gundo.vim Tue Oct 19 15:59:39 2010 -0400 +++ b/plugin/gundo.vim Tue Oct 19 18:21:28 2010 -0700 @@ -158,7 +158,7 @@ setlocal buftype=nofile setlocal bufhidden=hide setlocal noswapfile - setlocal buflisted + setlocal nobuflisted setlocal nomodifiable setlocal filetype=diff setlocal nonumber @@ -172,7 +172,7 @@ setlocal buftype=nofile setlocal bufhidden=hide setlocal noswapfile - setlocal buflisted + setlocal nobuflisted setlocal nomodifiable setlocal filetype=gundo setlocal nolist