From 3324d1eb5ae28647414b553e73a9537cd0806006 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 6 Oct 2012 23:42:31 -0400 Subject: Fixed more bugs introduced by r1260. --- 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 aa6c2c03..c23ac073 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -235,7 +235,7 @@ M.utils = { buffer:call_tip_show(buffer.current_pos, text) end, set_indentation = function(i) - buffer.indent, buffer.tab_width = i, i + buffer.tab_width = i events.emit(events.UPDATE_UI) -- for updating statusbar end, toggle_property = function(property, i) -- cgit v1.2.3