000559e33f72

Changed gundo buffers to be unlisted.
[view raw] [browse files]
author Caleb Spare <cespare@gmail.com>
date Tue, 19 Oct 2010 18:21:28 -0700
parents 126770526e07
children 9af37ab8dfd7
branches/tags (none)
files plugin/gundo.vim

Changes

--- 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