aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/unpacker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/msgpack_rpc/unpacker.h')
-rw-r--r--src/nvim/msgpack_rpc/unpacker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/msgpack_rpc/unpacker.h b/src/nvim/msgpack_rpc/unpacker.h
index 3a5476cd21..f39439be63 100644
--- a/src/nvim/msgpack_rpc/unpacker.h
+++ b/src/nvim/msgpack_rpc/unpacker.h
@@ -35,10 +35,10 @@ struct Unpacker {
// one length free-list of reusable blocks
ArenaMem reuse_blk;
- bool is_ui;
int nevents;
int ncalls;
UIClientHandler ui_handler;
+ GridLineEvent *grid_line_event;
};
// unrecovareble error. unpack_error should be set!