mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
API: Refactor: Use macro for initializing all arrays
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
|
||||
#define ARRAY_DICT_INIT {.size = 0, .items = NULL}
|
||||
|
||||
/// Validates the basic structure of the msgpack-rpc call and fills `res`
|
||||
/// with the basic response structure.
|
||||
///
|
||||
|
Reference in New Issue
Block a user