Hi,

I have a file with many procedures like this: 

CREATE PROCEDURE MyProcedure1
AS
...<body>...
GO

CREATE PROCEDURE MyProcedure2
AS
...<body>...
GO

...

In some of the procedure bodys, there is the word COLLATE.
For these procedures I d like to write the header line (CREATE PROCEDURE..)
into a file.

How can vim do this?

Thank You

Joachim



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to