From c19716305de87bdbaff92cd7f5b61d3907d09852 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 2 Aug 2015 16:08:32 -0400 Subject: Updated to Scintilla 3.6.0. --- src/textadept.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/textadept.c') diff --git a/src/textadept.c b/src/textadept.c index 23bed434..5df8dc55 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1908,6 +1908,8 @@ static void lL_notify(lua_State *L, struct SCNotification *n) { //lua_pushinteger(L, n->annotationLinesAdded); //lua_setfield(L, -2, "annotation_lines_added"); lua_pushinteger(L, n->updated), lua_setfield(L, -2, "updated"); + //lua_pushinteger(L, n->listCompletionMethod); + //lua_setfield(L, -2, "list_completion_method"); lL_event(L, "SCN", LUA_TTABLE, luaL_ref(L, LUA_REGISTRYINDEX), -1); } -- cgit v1.2.3