summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-07-29 14:56:57 -0400
committerpommicket <pommicket@gmail.com>2022-07-29 14:56:57 -0400
commit296b4eca9479bdd1302c4b2d910f3ddd8c955fb9 (patch)
tree2d7356625adfa742e423251a54bf6ec7241cdf4e /command.c
parent1a9561c06ba0197b2b307a61443775f9fd11165b (diff)
indent-with-spaces
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index 3e10a93..fc161e2 100644
--- a/command.c
+++ b/command.c
@@ -126,7 +126,7 @@ void command_execute(Ted *ted, Command c, i64 argument) {
if (buffer->selection)
buffer_indent_selection(buffer);
else
- buffer_insert_char_at_cursor(buffer, '\t');
+ buffer_insert_tab_at_cursor(buffer);
}
break;
case CMD_BACKTAB: