summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 783146fe1a..4e1c48c523 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -1281,6 +1281,9 @@ del_typebuf(int len, int offset)
typebuf.tb_change_cnt = 1;
}
+/*
+ * State for adding bytes to a recording or 'showcmd'.
+ */
typedef struct
{
int prev_c;