I'll be direct.
I'm trying to run/interpret/compile lua scripts direct from gVIM
http://s12.postimg.org/upo6q4b0t/foo_bar_image.png
On the left, the module, on the right, the script which uses the module.
When I try the command: !lua %
where:
!lua - runs/compiles
% - the path to the file
I get this from the cmd window vim opens:
http://s27.postimg.org/hrbqpmfar/from_vim_console.png
###################################
Now it gets intersting! #
###################################
When I open the CMD direct on windows, and I execute the main.lua script,
using the command: lua main.lua
This is what I get:
http://s24.postimg.org/qxjdi7d0l/jeff.png
So, I'm assuming this is a VIM issue, not a Lua one.
I could simply execute lua scripts from CMD, but just between us... It's not very "cute", is it?
I'd be glad if one of you masked code here could help me! :)
TIA guys.
~ Mobs
--
--
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
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment