diff options
author | 2015-08-02 16:08:32 -0400 | |
---|---|---|
committer | 2015-08-02 16:08:32 -0400 | |
commit | c19716305de87bdbaff92cd7f5b61d3907d09852 (patch) | |
tree | 110ed7a0252f9cf5142c725ed0455a71c0513945 /src/textadept.c | |
parent | d66e26a3b02db78d585cd3ca99a2d4ce16c048ac (diff) | |
download | textadept-c19716305de87bdbaff92cd7f5b61d3907d09852.tar.gz textadept-c19716305de87bdbaff92cd7f5b61d3907d09852.zip |
Updated to Scintilla 3.6.0.
Diffstat (limited to 'src/textadept.c')
-rw-r--r-- | src/textadept.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); } |