diff options
author | 2011-09-28 18:39:15 -0400 | |
---|---|---|
committer | 2011-09-28 18:39:15 -0400 | |
commit | 543ee48ef8361c22863cd0f34ee3ff15bfbd1268 (patch) | |
tree | 84cd370143cd1da5d101612a57e3eeb725c00765 /doc | |
parent | 54e0d4ac51b0a9c9529df2cb41bf83d5b75bbaaf (diff) |
Use LuaCoco patch for Lua 5.1.4.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/11_Scripting.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/11_Scripting.md b/doc/manual/11_Scripting.md index 90ec3a39..c73819a8 100644 --- a/doc/manual/11_Scripting.md +++ b/doc/manual/11_Scripting.md @@ -26,6 +26,10 @@ same configuration (`luaconf.h`) as vanilla Lua with the following exceptions: * The `LUA_COMPAT_VARARG`, `LUA_COMPAT_MOD`, `LUA_COMPAT_GFIND`, and `LUA_COMPAT_OPENLIB` compatibility flags for Lua 5.0 are turned off. +In addition, the [Lua Coco](http://coco.luajit.org/index.html) extension is used +to allow coroutines to yield across the C call boundary, which would normally +cause an error. + ## Scintilla The editing component used by Textadept is [Scintilla](http://scintilla.org). |