aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
diff options
context:
space:
mode:
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 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)