A.Politz wrote:
> Dangerous code ahead :
>
> Both commented lines, reliably force vim to
> sigterm.
> While the second one is a bit silly, the first is not.
>
>
> "-------------------------
>
> func! Tree( ts_array )
> let subclasses = map(a:ts_array[2],'Tree(v:val)')
> endfun
>
> func! ReadDataBase( )
> let db = [0,0,[[0 ,0, [] ]]]
> call Tree(db)
> endfun
>
> ":call ReadDataBase()
>
> "-------------------------
>
> ":call input([[]])
Thanks for finding these. I can reproduce both. They are two separate
problems though. I'll make patches.
--
MARTHA'S WAY: Don't throw out all that leftover wine. Freeze into ice cubes
for future use in casseroles and sauces.
MY WAY: What leftover wine?
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---