From 6f052e7befb9defb511635b4c61ca0ea2651dbe5 Mon Sep 17 00:00:00 2001 From: Raphael Badertscher Date: Mon, 7 Mar 2016 10:55:21 +0100 Subject: [PATCH 1/2] Add shortcut (seb) to execute the complete buffer --- plugin/dbext.vim | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/plugin/dbext.vim b/plugin/dbext.vim index b227408..16beca7 100644 --- a/plugin/dbext.vim +++ b/plugin/dbext.vim @@ -103,6 +103,10 @@ if !exists(':DBExecVisualSQL') command! -nargs=0 -range DBExecVisualSQL :call dbext#DB_execSql(DB_getVisualBlock()) xmap