Re: Bug: E685, SEGV - a:000 garbage collected too early?

2008-12-16 Fir de Conversatie Bram Moolenaar
Matt Wozniski wrote: function! ReturnArgs(...) return a:000 endfunction Seems to work fine? echo ReturnArgs(1, 2, 3) SEGV echo string(ReturnArgs(1, 2, 3)) function! MakeArgsDict(...) return { 'args': a:000 } endfunction E685 Internal Error echo MakeArgsDict(1, 2, 3)

Re: Bug: E685, SEGV - a:000 garbage collected too early?

2008-12-16 Fir de Conversatie Dominique Pelle
2008/12/16 Bram Moolenaar b...@moolenaar.net: Matt Wozniski wrote: function! ReturnArgs(...) return a:000 endfunction Seems to work fine? echo ReturnArgs(1, 2, 3) SEGV echo string(ReturnArgs(1, 2, 3)) function! MakeArgsDict(...) return { 'args': a:000 } endfunction E685

[patch] fixed minor errors in vim help files

2008-12-16 Fir de Conversatie Dominique Pelle
Attached patch fixes a few minor errors in vim help files. Diff is against latest version available at ftp.nluug.nl::Vim/runtime/ Regards -- Dominique --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit

2html.vim support for dynamic folding

2008-12-16 Fir de Conversatie Benjamin Fritz
A response to this thread: http://groups.google.com/group/vim_use/browse_thread/thread/8532e7236f113ab7/a88235ef57bd1b5c I have a prototype of what I think the final product should look like (see attached) but sticking it into the actual code is proving more difficult than I originally thought.