aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-10-06 23:42:31 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-10-06 23:42:31 -0400
commit3324d1eb5ae28647414b553e73a9537cd0806006 (patch)
tree1b23ca8e71015de4e59574f846350f7969a0a85a /modules/textadept/keys.lua
parent65452e57c4fe6cb69184f0b783d9554ae72ea6b7 (diff)
downloadtextadept-3324d1eb5ae28647414b553e73a9537cd0806006.tar.gz
textadept-3324d1eb5ae28647414b553e73a9537cd0806006.zip
Fixed more bugs introduced by r1260.
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)