From 43ba2aa278786863cbddd82a8ef2dc3886010ebb Mon Sep 17 00:00:00 2001
From: unknown <linhao-008@JTTLL-5MGC512.GR.intra.cpic.com.cn>
Date: Tue, 12 Aug 2014 18:15:51 +0800
Subject: [PATCH] add a bottom scroll bar to view the returned result more
 convinient, although we are in vim

---
 autoload/dbext.vim | 1 +
 1 file changed, 1 insertion(+)

diff --git a/autoload/dbext.vim b/autoload/dbext.vim
index b920cfb..a60f197 100644
--- a/autoload/dbext.vim
+++ b/autoload/dbext.vim
@@ -6955,6 +6955,7 @@ function! s:DB_addToResultBuffer(output, do_clear)
     " the data may be lined up for columns
     setlocal nomodified
     setlocal nowrap
+    setlocal go+=b
     setlocal noswapfile
     setlocal nonumber
     " Go to top of output