aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/getchar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c
index 8d570b4b2d..66c7e848be 100644
--- a/src/nvim/getchar.c
+++ b/src/nvim/getchar.c
@@ -64,6 +64,7 @@
#include "nvim/undo.h"
#include "nvim/vim_defs.h"
+/// State for adding bytes to a recording or 'showcmd'.
typedef struct {
int prev_c;
uint8_t buf[MB_MAXBYTES * 3 + 4];