On Fri, Nov 7, 2008 at 10:57 AM, Benjamin Fritz <[EMAIL PROTECTED]> wrote: > See attached patch, which is (so far as I know) bug free (or at least, > doesn't introduce any bugs). I may have missed some > string/quote/match/etc. groups, though...there are quite a few. >
One more bugfix, for this test case (note this was also present in the
unpatched file):
if (1)
{
my %arr=('a'=>"hello",'b'=>"goodbye");
print $arr{'a'};
print "\n";
print $arr {'b'};
print "\n";
print ${arr}{'a'};
print "\n";
print ${arr} {'b'};
print "\n";
}
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
perl.vim.patch
Description: Binary data
