File tree Expand file tree Collapse file tree 5 files changed +53
-738
lines changed Expand file tree Collapse file tree 5 files changed +53
-738
lines changed Original file line number Diff line number Diff line change 11" dbext.vim - Commn Database Utility
22" Copyright (C) 2002-7, Peter Bagyinszki, David Fishburn
33" ---------------------------------------------------------------
4- " Version: 6.00
4+ " Version: 6.01
55" Maintainer: David Fishburn <fishburn@ianywhere.com>
66" Authors: Peter Bagyinszki <petike1@dpg.hu>
77" David Fishburn <fishburn@ianywhere.com>
8- " Last Modified: Thu 24 Apr 2008 10:25:55 PM Eastern Daylight Time
8+ " Last Modified: Tue 29 Apr 2008 05:52:29 PM Eastern Daylight Time
99" Based On: sqlplus.vim (author: Jamis Buck)
1010" Created: 2002-05-24
1111" Homepage: http://vim.sourceforge.net/script.php?script_id=356
@@ -37,7 +37,7 @@ if v:version < 700
3737 echomsg " dbext: Version 4.00 or higher requires Vim7. Version 3.50 can stil be used with Vim6."
3838 finish
3939endif
40- let g: loaded_dbext_auto = 600
40+ let g: loaded_dbext_auto = 601
4141
4242" call confirm("Loaded dbext autoload", "&Ok")
4343" Script variable defaults, these are used internal and are never displayed
Original file line number Diff line number Diff line change 44" It adds transaction support and the ability
55" to reach any database currently supported
66" by Perl and DBI.
7- " Version: 6.00
7+ " Version: 6.01
88" Maintainer: David Fishburn <fishburn@ianywhere.com>
99" Authors: David Fishburn <fishburn@ianywhere.com>
10- " Last Modified: Thu 24 Apr 2008 10:20:55 PM Eastern Daylight Time
10+ " Last Modified: Tue 29 Apr 2008 05:52:52 PM Eastern Daylight Time
1111" Created: 2007-05-24
1212" Homepage: http://vim.sourceforge.net/script.php?script_id=356
1313"
@@ -114,7 +114,7 @@ if !has('perl')
114114 let g: loaded_dbext_dbi_msg = ' Vim does not have perl support enabled'
115115 finish
116116endif
117- let g: loaded_dbext_dbi = 600
117+ let g: loaded_dbext_dbi = 601
118118
119119if ! exists (" dbext_dbi_debug" )
120120 let g: dbext_dbi_debug = 0
You can’t perform that action at this time.
0 commit comments