From 697a764ae83e606201650c078be0c34df6ed4ae8 Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Sat, 9 Sep 2023 17:41:27 +0500 Subject: [PATCH] Fix bug: save not working --- src/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input.c b/src/input.c index 6bae6d2..70af415 100644 --- a/src/input.c +++ b/src/input.c @@ -16,7 +16,7 @@ void input_process_key(KEY c) { break; case CTRL_KEY('S'): - // command_save_buffer(); + command_save_buffer(); break; case ENTER: