On 2010-09-23 Zsolt Udvari <udvzs...@gmail.com> wrote:

> Maybe you'll like this:
> http://www.vim.org/scripts/script.php?script_id=1763
Thanks for the hint, but that's not exactly what I need. The script helps to
write arbitrary lua code. My intention is to write code in lua (instead of
vimscript) that accesses vim variables and modifies the buffer... I want vim
to interpret my lua code instead of the external lua interpreter.

Like:
:lua x={mtest=5}
:lua print(x.mtest)

Regards
Marco


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

Reply via email to