On Sun, Oct 19, 2008 at 4:01 PM, Caleb Cushing <[EMAIL PROTECTED]> wrote: > > http://www.vim.org/scripts/script.php?script_id=2409 > > I just thought some people using it might want to know there's a > version being updated again.
Incidently, I created this plugin: SrchRplcHiGrp.vim : Search and/or replace based on a syntax highlight group http://www.vim.org/scripts/script.php?script_id=848 Since I work with SQL all day, I primarily created it to UPPER CASE keywords with SQL. But, it has nothing to do with SQL. Basically, if Vim can colour highlight text in a file, then you can choose to search and replace on those colour highlights. I just choose sqlKeyword highlighting to do my search and replaces. There is also this plugin: SQLUtilities : SQL utilities - Formatting, generate - columns lists, procedures for databases http://www.vim.org/scripts/script.php?script_id=492 The main purpose of this plugin is it will reformat SQL queries into a nice readable format. But it has another option which will allow you to UPPER CASE your keywords as well. dbext.vim : Provides database access to many dbms (Oracle, Sybase, Microsoft, MySQL, DBI,..) http://www.vim.org/scripts/script.php?script_id=356 Allows you to execute SQL against any database but will also allow you to dynamically retrieve table, procedure, view, column names from within a database and use the autoload/sqlcomplete.vim plugin (which is triggered by ftplugin/sql.vim) to use Vim's omni-completion to help you write your SQL. Dave --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
