commit | abd468ed0fbcba391e7833feeaa7de3ced841455 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 22:22:43 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 22:22:43 2016 +0200 |
tree | fa9543b2f456d03168aedb9627cd73dd90d7e1fd | |
parent | f18c4dbbe545757ce93563b25380e6f010340b4e [diff] [blame] |
Updated runtime files
diff --git a/runtime/doc/if_lua.txt b/runtime/doc/if_lua.txt index f9039ea..0064f0b 100644 --- a/runtime/doc/if_lua.txt +++ b/runtime/doc/if_lua.txt
@@ -59,6 +59,12 @@ EOF endfunction < +To see what version of Lua you have: > + :lua print(_VERSION) + +If you use LuaJIT you can also use this: > + :lua print(jit.version) +< *:luado* :[range]luado {body} Execute Lua function "function (line, linenr) {body}