Friday, October 29, 2010

matchit for oracle plsql

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.

--
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

No comments: