mirror of
https://github.com/neovim/neovim.git
synced 2025-10-13 05:16:09 +00:00
shada: Skip reading some items if needed
Avoids unneeded malloc()s/free()s and lots of code for parsing.
This commit is contained in:
@@ -9,6 +9,7 @@ enum {
|
||||
kShaDaWantMarks = 2, ///< Load file marks
|
||||
kShaDaForceit = 4, ///< Overwrite info already read
|
||||
kShaDaGetOldfiles = 8, ///< Load v:oldfiles.
|
||||
kShaDaWantHeader = 16, ///< Do not skip header (shada_read_next_item).
|
||||
};
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Reference in New Issue
Block a user