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([[]])
-ap
--
Ich hab geträumt, der Krieg wär vorbei.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---