mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
refactor(shada): rework msgpack decoding without msgpack-c
This also makes shada reading slightly faster due to avoiding some copying and allocation. Use keysets to drive decoding of msgpack maps for shada entries.
This commit is contained in:
@@ -233,5 +233,5 @@ typedef struct {
|
||||
typedef struct {
|
||||
char *sub; ///< Previous replacement string.
|
||||
Timestamp timestamp; ///< Time when it was last set.
|
||||
list_T *additional_elements; ///< Additional data left from ShaDa file.
|
||||
AdditionalData *additional_data; ///< Additional data left from ShaDa file.
|
||||
} SubReplacementString;
|
||||
|
Reference in New Issue
Block a user