From f62bb21df68ea94d34eb88df09df371a3808e7a0 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 16 Jun 2025 00:31:23 -0400 Subject: Fix weirdness with newlines when reloading --- command.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'command.h') diff --git a/command.h b/command.h index 076c4ef..400dab1 100644 --- a/command.h +++ b/command.h @@ -170,6 +170,9 @@ typedef enum { /// set tab width/number of spaces to indent with CMD_SET_TAB_WIDTH, + /// print undo history to stdout + CMD_DEBUG_PRINT_UNDO_HISTORY, + CMD_COUNT } Command; -- cgit v1.2.3