From 543ee48ef8361c22863cd0f34ee3ff15bfbd1268 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 28 Sep 2011 18:39:15 -0400 Subject: Use LuaCoco patch for Lua 5.1.4. --- doc/manual/11_Scripting.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/manual/11_Scripting.md') 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). -- cgit v1.2.3