aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.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/editing.lua
parent63bc0f15b6f475b53e86e31e88119781c560ba77 (diff)
downloadtextadept-3d4c3dc0cba751e6a765ea33f6780f8d1a3fca21.tar.gz
textadept-3d4c3dc0cba751e6a765ea33f6780f8d1a3fca21.zip
Upgraded to Scintilla/SciTE 2.20.
Diffstat (limited to 'modules/textadept/editing.lua')
-rw-r--r--modules/textadept/editing.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua
index 8de26f08..86ba64ae 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -194,7 +194,7 @@ end
function block_comment(comment)
local buffer = buffer
if not comment then
- comment = comment_string[buffer:get_lexer_language()]
+ comment = comment_string[buffer:get_lexer()]
if not comment then return end
end
local caret, anchor = buffer.current_pos, buffer.anchor