diff options
Diffstat (limited to 'src/nvim/ui_defs.h')
-rw-r--r-- | src/nvim/ui_defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ui_defs.h b/src/nvim/ui_defs.h index 4d73cc2321..bbc1655252 100644 --- a/src/nvim/ui_defs.h +++ b/src/nvim/ui_defs.h @@ -63,7 +63,6 @@ typedef struct { PackerBuffer packer; const char *cur_event; ///< name of current event (might get multiple arglists) - Array call_buf; ///< buffer for constructing a single arg list (max 16 elements!) // We start packing the two outermost msgpack arrays before knowing the total // number of elements. Thus track the location where array size will need |