aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-08-17 00:28:31 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-08-17 00:28:31 -0400
commit3d4c3dc0cba751e6a765ea33f6780f8d1a3fca21 (patch)
treef86a91034ba90fe049cf4b73dac7c4883383d320 /modules/textadept/keys.lua
parent63bc0f15b6f475b53e86e31e88119781c560ba77 (diff)
downloadtextadept-3d4c3dc0cba751e6a765ea33f6780f8d1a3fca21.tar.gz
textadept-3d4c3dc0cba751e6a765ea33f6780f8d1a3fca21.zip
Upgraded to Scintilla/SciTE 2.20.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r--modules/textadept/keys.lua2
1 files changed, 1 insertions, 1 deletions
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