diff options
author | timeyyy <timeyyy_da_man@hotmail.com> | 2017-01-18 13:20:07 +0100 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2019-11-11 19:43:15 +0100 |
commit | a9065a50518ef59351f9d0d32041a991a751653f (patch) | |
tree | 4448b4895b8977fcb09b8d87060cfa20fb8058b9 /src/nvim/map.c | |
parent | e757f4d5363125e242f1e680d1f5bb53e8014b06 (diff) | |
download | rneovim-a9065a50518ef59351f9d0d32041a991a751653f.tar.gz rneovim-a9065a50518ef59351f9d0d32041a991a751653f.tar.bz2 rneovim-a9065a50518ef59351f9d0d32041a991a751653f.zip |
nsmarks: initial commit
Diffstat (limited to 'src/nvim/map.c')
-rw-r--r-- | src/nvim/map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/map.c b/src/nvim/map.c index cdade5ee71..a4cf5304e0 100644 --- a/src/nvim/map.c +++ b/src/nvim/map.c @@ -184,6 +184,7 @@ MAP_IMPL(String, MsgpackRpcRequestHandler, MSGPACK_HANDLER_INITIALIZER) #define KVEC_INITIALIZER { .size = 0, .capacity = 0, .items = NULL } MAP_IMPL(HlEntry, int, DEFAULT_INITIALIZER) MAP_IMPL(String, handle_T, 0) +MAP_IMPL(uint64_t, cstr_t, DEFAULT_INITIALIZER) /// Deletes a key:value pair from a string:pointer map, and frees the |