aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/textadept.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 2a1fcfb8..8034c87d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -379,7 +379,7 @@ else
lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip
endif
-scintilla_tgz = scintilla357.tgz
+scintilla_tgz = scintilla360.tgz
scinterm_zip = scinterm_1.6.zip
scintillua_zip = scintillua_3.5.7-1.zip
lua_tgz = lua-5.3.1.tar.gz
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);
}