On Mon, Sep 01, at 01:13 Luis Carvalho wrote:
> Hi,
>
> I'm attaching a patch that provides a complete Lua [1] interface to Vim in
> case anyone finds it useful. The patch is against vim-7.2. Any feedback is
> welcome, of course. Disclaimer: this is my first post to the list and this is
> my first patch to Vim! :)
>
Hi Luis and thanks for the patch. As I am currently evaluating Lua, so I
can invest some more time to learn the language, Lua interface seems a great
addition to vim for me. I am hoping others (Bram) feels the same too.
Below is a minor diff to your patch.
--- vim72-lua.patch 2008-09-01 10:43:13.865134252 +0300
+++ vim72-lua.patch.orig 2008-09-01 10:42:52.905306090 +0300
@@ -338,7 +338,7 @@
+ LUA_INC=
+ if test "X$vi_cv_path_lua_pfx" != "X"; then
+ AC_MSG_CHECKING(if lua.h can be found in $vi_cv_path_lua_pfx/include)
-+ if test -f $vi_cv_path_lua_pfx/include/lua.h; then
++ if test -f $vi_cv_path_lua_pfx/include/scheme.h; then
+ AC_MSG_RESULT("yes")
+ else
+ AC_MSG_RESULT("no")
Hoping to see Lua integrated into vim, again thanks.
> Cheers,
> Luis.
>
> [1] http://www.lua.org
>
> --
> Computers are useless. They can only give you answers.
> -- Pablo Picasso
>
> --
> Luis Carvalho (Kozure)
> lua -e 'print((("[EMAIL PROTECTED]"):gsub("(%u+%.)","")))'
Regards,
Ag.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---