diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/keys.lua b/core/keys.lua index a7d0f3d1..a00beb7d 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -237,7 +237,7 @@ local function keypress(code, shift, control, alt, meta) local success for i = 1, 2 do - local status = run_key_command(i == 1 and buffer:get_lexer()) + local status = run_key_command(i == 1 and buffer:get_lexer(true)) if status > 0 then -- CHAIN or HALT if status == HALT then -- Clear the key sequence, but keep any status messages from the key |