From 3d4c3dc0cba751e6a765ea33f6780f8d1a3fca21 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 17 Aug 2010 00:28:31 -0400 Subject: Upgraded to Scintilla/SciTE 2.20. --- modules/textadept/keys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/keys.lua') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index e72eae45..8cda6fb0 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -617,7 +617,7 @@ local function keypress(code, shift, control, alt) end keychain[#keychain + 1] = key_seq - local lexer, scope = buffer:get_lexer_language(), nil + local lexer, scope = buffer:get_lexer(), nil if SCOPES_ENABLED then scope = buffer:get_style_name(buffer.style_at[buffer.current_pos]) end -- cgit v1.2.3