mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
ui: implement ext_messages
Co-Author: Dongdong Zhou <dzhou121@gmail.com>
This commit is contained in:
@@ -18,6 +18,7 @@ typedef struct growarray {
|
||||
} garray_T;
|
||||
|
||||
#define GA_EMPTY_INIT_VALUE { 0, 0, 0, 1, NULL }
|
||||
#define GA_INIT(itemsize, growsize) { 0, 0, (itemsize), (growsize), NULL }
|
||||
|
||||
#define GA_EMPTY(ga_ptr) ((ga_ptr)->ga_len <= 0)
|
||||
|
||||
|
Reference in New Issue
Block a user