Thursday, November 24, 2011

Re: Backporting script to vim 6.3 (need help)

Excerpts from Preben Randhol's message of Thu Nov 24 09:12:51 +0100 2011:
> function! foo()
You can always use execute:
exec 'fun('.string(args)[1:-2].')'
but you duplicate objects this way not passing references..

With some luck its just good enough.

Updating Vim is probably easier then rewriting your code.

I don't know 6.4 well - so I'm not of much help

Marc Weber

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