On 10/29/2010 10:35 AM, talek wrote:
I have the following oracle plsql block:

begin
   if true then
     if 1=1 then
        null;
     end if;
     null;
   end if;
   for i in 1..100 loop
     for i in 1..100 loop
       null
     end loop;
     null;
   end loop;
   while true loop
     null;
     exit when false;
   end loop;
end;

Whiles matchit plugin works without problems for "begin:end, if:end
if" pairs, it fails for statements like "for" or "while". I use
version 0.08 of sql.vim ftplugin.

Talek,

Can you try this version of the plugin.

Just copy it to your .vim/ftplugin/sql.vim or vimfiles\ftplugin\sql.vim and restart Vim.

Let me know how it goes.

Dave

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to