Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 597 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 597 Bytes

This 'plugin' simply adds a reference for builtin lua functions, extracting both text and formatting from the Lua 5.1 Reference Manual. There are still formatting issues (particularly around equals), please search through and then submit an issue if you find one that is unreported!

Text referring to implementing lua into a host C program has largely been removed.

For example,

    :help lua_reference_toc
    :help math.pi
    :help coroutine.yield

Script generated documentation for lua 5.1 in languages: en, de, es, and pt.